hamster-applet r674 - trunk/hamster
- From: tbaugis svn gnome org
- To: svn-commits-list gnome org
- Subject: hamster-applet r674 - trunk/hamster
- Date: Mon, 12 Jan 2009 12:45:30 +0000 (UTC)
Author: tbaugis
Date: Mon Jan 12 12:45:30 2009
New Revision: 674
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=674&view=rev
Log:
changed notification text from question to statement - feels much more natural now as a reminder
Modified:
trunk/hamster/applet.py
Modified: trunk/hamster/applet.py
==============================================================================
--- trunk/hamster/applet.py (original)
+++ trunk/hamster/applet.py Mon Jan 12 12:45:30 2009
@@ -428,7 +428,7 @@
if duration and duration % self.notify_interval == 0:
# activity reminder
- msg = _(u"Are you still working on <b>%s</b>?") % self.last_activity['name']
+ msg = _(u"Working on <b>%s</b>") % self.last_activity['name']
self.notify.msg(msg, self.switch_cb, self.stop_cb)
def switch_cb(self, n, action):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]