[nanny] Change string in AdminConsole Dialog



commit d75e6e6cc22d7ca1701c536f369e3ba6ced7b2a8
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Wed Feb 3 20:50:39 2010 +0100

    Change string in AdminConsole Dialog

 client/gnome/admin/src/AdminConsole.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gnome/admin/src/AdminConsole.py b/client/gnome/admin/src/AdminConsole.py
index 41ef053..d38a813 100644
--- a/client/gnome/admin/src/AdminConsole.py
+++ b/client/gnome/admin/src/AdminConsole.py
@@ -276,7 +276,7 @@ class AdminConsole:
             if self.__config_changed:
                 dialog = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO, gtk.BUTTONS_YES_NO)
                 dialog.set_property("icon-name", "nanny")
-                dialog.set_markup (_('<b>User change</b>'))
+                dialog.set_markup (_('<b>You have made changes</b>'))
                 dialog.format_secondary_markup (_("If you don't press the 'Apply' button, your changes will be lost.\nAre you sure?") )
                 dialog.set_default_response(gtk.RESPONSE_YES)
                 ret = dialog.run()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]