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 --- install/ui/test/data/ipa_init.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 7820e1128..8524a2572 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.", -- cgit