~ubuntu-branches/ubuntu/raring/gnome-clocks/raring

« back to all changes in this revision

Viewing changes to gnomeclocks/alarm.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:
297
297
 
298
298
class Alarm(Clock):
299
299
    def __init__(self):
300
 
        Clock.__init__(self, _("Alarm"), True, True)
 
300
        # Translators: "New" refers to an alarm
 
301
        Clock.__init__(self, _("Alarm"), _("New"), True)
301
302
 
302
303
        self.liststore = Gtk.ListStore(bool,
303
304
                                       GdkPixbuf.Pixbuf,