diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 5fc5a57..7059cf4 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -839,7 +839,7 @@ class Interface(object): next_update = next_call.strftime('%H:%M:%S') # TODO: Check if the time format string should go in the config file. - message = '%s %s %s.' % (prefix, suffix, next_update) + message = '%s %s (at %s).' % (prefix, suffix, next_update) self._update_statusbar(message % (interval)) self._refresh_id = gobject.timeout_add( interval * 60 * 1000,