From 24d3d0269391e491492dd15bc1de820ea69904b6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 19 Aug 2011 11:27:01 -0500 Subject: Replaced page dirty dialog title. The title of page dirty dialog has been changed to 'Unsaved Changes'. Ticket #1653 --- ipalib/plugins/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') 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."), -- cgit