summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/internal.py')
-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"),