[hamster-applet] bug 610278 - dropped the "working on" prefix as the construction of reminder then prohibits to use v
- From: Toms Baugis <tbaugis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet] bug 610278 - dropped the "working on" prefix as the construction of reminder then prohibits to use v
- Date: Wed, 17 Feb 2010 19:45:30 +0000 (UTC)
commit 9fa561fad0a2f90e25ac8703b3b9994f18ef8086
Author: Toms Bauģis <toms baugis gmail com>
Date: Wed Feb 17 19:39:27 2010 +0000
bug 610278 - dropped the "working on" prefix as the construction of reminder then prohibits to use verbs as activity names
src/hamster/applet.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/hamster/applet.py b/src/hamster/applet.py
index e73bc1a..35962a6 100755
--- a/src/hamster/applet.py
+++ b/src/hamster/applet.py
@@ -332,7 +332,7 @@ class HamsterApplet(object):
duration = delta.seconds / 60
if duration and duration % self.notify_interval == 0:
- message = _(u"Working on <b>%s</b>") % self.last_activity['name']
+ message = self.last_activity['name']
elif self.notify_on_idle:
#if we have no last activity, let's just calculate duration from 00:00
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]