diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-09-30 11:49:00 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-10-03 15:13:38 +0200 |
commit | 62817a4f7215b37130cd3b29c78581744bb033fd (patch) | |
tree | edcec90c729bb79b965ef18ad7cae81c91393bc3 /install/ui/test | |
parent | 56d89d39cef552336deaa8852ae62fd88c270a9b (diff) | |
download | freeipa-62817a4f7215b37130cd3b29c78581744bb033fd.tar.gz freeipa-62817a4f7215b37130cd3b29c78581744bb033fd.tar.xz freeipa-62817a4f7215b37130cd3b29c78581744bb033fd.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 'install/ui/test')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 96339a849..292e80df2 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -17054,6 +17054,8 @@ "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", |