Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-04-19 01:34:40 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-04-19 01:34:40 (GMT)
commitcdd25a7ceda9d6729dbb0a3148a0fa4ef85e4447 (patch)
tree33fc85d2f91bb34f746d8a9dbd77f1cd6f625954
parent44079a26883b12ff1e74bee76713b3745cab1080 (diff)
fix i18n syntax as per #3470
-rw-r--r--DeductoActivity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/DeductoActivity.py b/DeductoActivity.py
index a29c9bd..88a29ab 100644
--- a/DeductoActivity.py
+++ b/DeductoActivity.py
@@ -262,7 +262,8 @@ class DeductoActivity(activity.Activity):
self._false_button.set_tooltip(
_('Show a pattern that does not match the rule.'))
self.status.set_label(
- _('Explore patterns with the %s and %s buttons.') % ('☑', '☒'))
+ _('Explore patterns with the %(1)s and %(2)s buttons.') % (
+ '☑', '☒'))
self._playing = False
else:
self._example_button.set_icon('example')