hamster-applet r674 - trunk/hamster



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]