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-07 00:12:23 (GMT)
committer Agustin Zubiaga <aguzubiaga97@gmail.com>2012-02-07 00:12:23 (GMT)
commit7360f11bee3eceaa42b5a1f18abb2ce04d79daf5 (patch)
tree4f939f5235c5283548b33d3de1e0c41ef71f667b /activity.py
parent62368c01ad13ea30cb00783a29449a65be93a661 (diff)
Translations updated
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 af81510..ecbe316 100644
--- a/activity.py
+++ b/activity.py
@@ -582,7 +582,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)