Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguzubiaga97@gmail.com>2012-02-06 19:17:25 (GMT)
committer Agustin Zubiaga <aguzubiaga97@gmail.com>2012-02-06 19:17:25 (GMT)
commit0c17eb91424a760c2dccbd2a09280948f5db9ed3 (patch)
tree32762c0c79c48b0e36628017425012b05ba79612 /activity.py
parentf20f076fad10551e66c0e20785f504ad54065e02 (diff)
A PEP8 fix
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index a4aa7cd..85f8233 100644
--- a/activity.py
+++ b/activity.py
@@ -570,7 +570,7 @@ class ChartData(gtk.TreeView):
alert.props.title = _('Invalid Value')
alert.props.msg = \
- _('The value must be a number (integer or decimal)')
+ ('The value must be a number (integer or decimal)')
ok_icon = Icon(icon_name='dialog-ok')
alert.add_button(gtk.RESPONSE_OK, _('Ok'), ok_icon)