summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-05-13 15:24:18 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:29 +0200
commit29f60931e2bee750e5acdf7bead5ed3b21d7e4d5 (patch)
treeb3f97c2bd400d58f55e01268163a2eb646350eba /ipalib
parent05a917eb17d7c99338dcb972470f15d9d83b37b4 (diff)
downloadfreeipa-29f60931e2bee750e5acdf7bead5ed3b21d7e4d5.tar.gz
freeipa-29f60931e2bee750e5acdf7bead5ed3b21d7e4d5.tar.xz
freeipa-29f60931e2bee750e5acdf7bead5ed3b21d7e4d5.zip
webui: association adder dialog - change find label to filter
also add filter placeholder Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 886d3f6f9..e89c99d9d 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -170,6 +170,7 @@ class i18n_messages(Command):
},
"added": _("${count} item(s) added"),
"direct_membership": _("Direct Membership"),
+ "filter_placeholder": _("Filter available ${other_entity}"),
"indirect_membership": _("Indirect Membership"),
"no_entries": _("No entries."),
"paging": _("Showing ${start} to ${end} of ${total} entries."),
@@ -198,6 +199,7 @@ class i18n_messages(Command):
"disable": _("Disable"),
"edit": _("Edit"),
"enable": _("Enable"),
+ "filter": _("Filter"),
"find": _("Find"),
"get": _("Get"),
"issue": _("Issue"),