Replaced page dirty dialog title.

The title of page dirty dialog has been changed to 'Unsaved Changes'.

Ticket #1653
This commit is contained in:
Endi S. Dewata
2011-08-19 11:27:01 -05:00
parent 6bf90a472b
commit b1f0f32522
2 changed files with 2 additions and 2 deletions

View File

@@ -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.",

View File

@@ -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."),