summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-27 13:59:11 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-07-08 12:00:30 +0200
commit03c25bd98e7fb16574a8bc0c4a9c9de851ae9bed (patch)
treef61085904707a28b65f31b7fd2fbf6f65d1da5e5 /ipalib/plugins/internal.py
parent2ff14607b170c86ccd93cff60f5a34d64cd1e419 (diff)
downloadfreeipa-03c25bd98e7fb16574a8bc0c4a9c9de851ae9bed.tar.gz
freeipa-03c25bd98e7fb16574a8bc0c4a9c9de851ae9bed.tar.xz
freeipa-03c25bd98e7fb16574a8bc0c4a9c9de851ae9bed.zip
webui: capitalize labels of undo and undo all buttons
Make the label of these buttons consistent with other buttons which have capital first letters. Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 4d9448ab0..53f117f3f 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -719,8 +719,8 @@ class i18n_messages(Command):
"next": _("Next"),
"page": _("Page"),
"prev": _("Prev"),
- "undo": _("undo"),
- "undo_all": _("undo all"),
+ "undo": _("Undo"),
+ "undo_all": _("Undo All"),
"validation": {
"error": _("Text does not match field pattern"),
"datetime": _("Must be an UTC date/time value (e.g., \"2014-01-20 17:58:01Z\")"),