The title of page dirty dialog has been changed to 'Unsaved Changes'.
Ticket #1653 Pushed to master and ipa-2-1 under one-liner/trivial rule. -- Endi S. Dewata
From 49e49b4ce286e0341c85a467b94bb45561b62dbc Mon Sep 17 00:00:00 2001 From: Endi S. Dewata <edew...@redhat.com> Date: Fri, 19 Aug 2011 11:27:01 -0500 Subject: [PATCH] Replaced page dirty dialog title. The title of page dirty dialog has been changed to 'Unsaved Changes'. Ticket #1653 --- install/ui/test/data/ipa_init.json | 2 +- ipalib/plugins/internal.py | 2 +- 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 7820e1128a694e4ed73214506e07e3deabe53c4c..8524a2572b028c42ccfb48c3c5f711eb453d174e 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 bffd7b53ec2b9576620ebe37876f67b19c325bc9..7fae78e24fceec14be8f55283f8a42c29c4e5d62 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."), -- 1.7.5.1
_______________________________________________ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel