summaryrefslogtreecommitdiffstats
path: root/ipalib
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:43:09 +0000
commitb1f0f3252244af3e16fd7781ea5029ed5b1e72e3 (patch)
treeb425800df600ce4ca8af172b8245b47c2ba3c8a9 /ipalib
parent6bf90a472b408ef46fbfc0d8d72fa6bd8f982e61 (diff)
downloadfreeipa-b1f0f3252244af3e16fd7781ea5029ed5b1e72e3.tar.gz
freeipa-b1f0f3252244af3e16fd7781ea5029ed5b1e72e3.tar.xz
freeipa-b1f0f3252244af3e16fd7781ea5029ed5b1e72e3.zip
Replaced page dirty dialog title.
The title of page dirty dialog has been changed to 'Unsaved Changes'. Ticket #1653
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 1 insertions, 1 deletions
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."),