summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-30 11:49:00 -0500
committerMartin Kosek <mkosek@redhat.com>2011-10-03 15:13:53 +0200
commitaf8350c327f0e68775c7d2a50c7d42fd7a5919f0 (patch)
treed2a140fb01b213f8f5241ee67bf22f5ba623f152 /ipalib
parent46c16ed6ec14af3b4ee5b76c4353d9cc12d35a11 (diff)
downloadfreeipa-af8350c327f0e68775c7d2a50c7d42fd7a5919f0.tar.gz
freeipa-af8350c327f0e68775c7d2a50c7d42fd7a5919f0.tar.xz
freeipa-af8350c327f0e68775c7d2a50c7d42fd7a5919f0.zip
I18n clean-up.
The hard-coded 'undo' and 'undo all' labels have been moved into internal.py to allow translation. Ticket #1897
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 b87fa27a3..ce6f25489 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -453,6 +453,8 @@ class i18n_messages(Command):
"optional": _("Optional field: click to show"),
"page": _("Page"),
"prev": _("Prev"),
+ "undo": _("undo"),
+ "undo_all": _("undo all"),
"validation": {
"error": _("Text does not match field pattern"),
"integer": _("Must be an integer"),