summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-19 11:27:01 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-19 16:45:52 +0000
commit24d3d0269391e491492dd15bc1de820ea69904b6 (patch)
tree6bdba2f714e163c46e3b22833640005039a4d143
parent1603eb03f3196b2114813c85514832b3612a9bf6 (diff)
downloadfreeipa-24d3d0269391e491492dd15bc1de820ea69904b6.tar.gz
freeipa-24d3d0269391e491492dd15bc1de820ea69904b6.tar.xz
freeipa-24d3d0269391e491492dd15bc1de820ea69904b6.zip
Replaced page dirty dialog title.
The title of page dirty dialog has been changed to 'Unsaved Changes'. Ticket #1653
-rw-r--r--install/ui/test/data/ipa_init.json2
-rw-r--r--ipalib/plugins/internal.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 7820e1128..8524a2572 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -15884,7 +15884,7 @@
"batch_error_title": "Operations Error",
"confirmation": "Confirmation",
"dirty_message": "This page has unsaved changes. Please save or revert.",
- "dirty_title": "Dirty",
+ "dirty_title": "Unsaved Changes",
"hide_details": "Hide details",
"prospective": "Prospective",
"remove_empty": "Select entries to be removed.",
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index bffd7b53e..7fae78e24 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -354,7 +354,7 @@ class i18n_messages(Command):
"batch_error_title":_("Operations Error"),
"confirmation":_("Confirmation"),
"dirty_message":_("This page has unsaved changes. Please save or revert."),
- "dirty_title":_("Dirty"),
+ "dirty_title":_("Unsaved Changes"),
"hide_details":_("Hide details"),\
"redirection":_("Redirection"),
"remove_empty":_("Select entries to be removed."),