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

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