~ubuntu-branches/ubuntu/quantal/gnome-clocks/quantal-proposed

« back to all changes in this revision

Viewing changes to gnomeclocks/world.py

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-10-15 21:32:52 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20121015213252-g95nrckthsqpydb7
Tags: 0.1.4-0ubuntu1
New upstream bugfix and translation update release (LP: #1067141)

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
 
257
257
class World(Clock):
258
258
    def __init__(self):
259
 
        Clock.__init__(self, _("World"), True, True)
 
259
        # Translators: "New" refers to a world clock
 
260
        Clock.__init__(self, _("World"), _("New"), True)
260
261
 
261
262
        self.liststore = Gtk.ListStore(bool,
262
263
                                       GdkPixbuf.Pixbuf,