[gnome-clocks] Changed NewWorldClockDialog title



commit bdd02e99a55b781d82e8fd1c52668f06f9e0c392
Author: Seif Lotfy <seif lotfy com>
Date:   Fri Aug 17 15:36:01 2012 +0200

    Changed NewWorldClockDialog title
    
    Changed NewWorldClockDialog title to "Add a New World Clock"

 gnomeclocks/widgets.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/widgets.py b/gnomeclocks/widgets.py
index 1de9406..6643690 100644
--- a/gnomeclocks/widgets.py
+++ b/gnomeclocks/widgets.py
@@ -34,7 +34,7 @@ class NewWorldClockDialog(Gtk.Dialog):
                     None, (GObject.TYPE_PYOBJECT, ))}
 
     def __init__(self, parent):
-        Gtk.Dialog.__init__(self, _("Add New Clock"), parent)
+        Gtk.Dialog.__init__(self, _("Add a New World Clock"), parent)
         self.set_transient_for(parent)
         self.set_modal(True)
         self.set_size_request(400, -1)



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