diff options
author | daisy-ycguo <guoyingc@cn.ibm.com> | 2013-09-12 17:19:00 +0800 |
---|---|---|
committer | Akihiro MOTOKI <motoki@da.jp.nec.com> | 2013-09-16 01:14:50 +0900 |
commit | 5bbc4d380349e18a55e245410f976b0eb7050ca0 (patch) | |
tree | 5567ad7f5387bd7f04678a6d715ff8889e8cf52a /openstack_dashboard/dashboards/admin/projects | |
parent | 5a27e303c71a3665f6cac96cc025b4da725827ac (diff) | |
download | horizon-5bbc4d380349e18a55e245410f976b0eb7050ca0.tar.gz |
Enable some table actions translatable
Also enables verbose_name "ID" in FlavorsTable translatable.
Closes-Bug: #1224360
Change-Id: Ia9a863db722639f9d0c925e833ab38c6500fa619
Diffstat (limited to 'openstack_dashboard/dashboards/admin/projects')
-rw-r--r-- | openstack_dashboard/dashboards/admin/projects/tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/projects/tables.py b/openstack_dashboard/dashboards/admin/projects/tables.py index 560564dee..2b4e2837a 100644 --- a/openstack_dashboard/dashboards/admin/projects/tables.py +++ b/openstack_dashboard/dashboards/admin/projects/tables.py @@ -75,7 +75,7 @@ class UpdateProject(tables.LinkAction): class ModifyQuotas(tables.LinkAction): name = "quotas" - verbose_name = "Modify Quotas" + verbose_name = _("Modify Quotas") url = "horizon:admin:projects:update" classes = ("ajax-modal", "btn-edit") policy_rules = (('compute', "compute_extension:quotas:update"),) |