diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-06-24 11:39:48 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-06-27 12:11:22 -0400 |
commit | 7452b6d3cba288b10fe3452f9ee93d052fd45ebc (patch) | |
tree | 42fe81ab67d7e55f317ffae6770d991d3b4c9b20 /ipalib/plugins/hbacrule.py | |
parent | 8d9575605dea3ca480f657c1ef3f94cab0d312f8 (diff) | |
download | freeipa-7452b6d3cba288b10fe3452f9ee93d052fd45ebc.tar.gz freeipa-7452b6d3cba288b10fe3452f9ee93d052fd45ebc.tar.xz freeipa-7452b6d3cba288b10fe3452f9ee93d052fd45ebc.zip |
Fixed entity labels.
The entity labels in the following locations have been fixed:
- search facet title: plural
- details facet title: singular
- association facet title: singular
- breadcrumb: plural
- adder dialog title: singular
- deleter dialog title: plural
Some entity labels have been changed into the correct plural form.
Unused file install/ui/test/data/i18n_messages.json has been removed.
Ticket #1249
Ticket #1387
Diffstat (limited to 'ipalib/plugins/hbacrule.py')
-rw-r--r-- | ipalib/plugins/hbacrule.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py index 531d2d90f..3eff396fc 100644 --- a/ipalib/plugins/hbacrule.py +++ b/ipalib/plugins/hbacrule.py @@ -123,7 +123,7 @@ class hbacrule(LDAPObject): 'memberservice': ['hbacsvc', 'hbacsvcgroup'], } - label = _('HBAC Rule') + label = _('HBAC Rules') label_singular = _('HBAC rule') takes_params = ( |