From cdd25a7ceda9d6729dbb0a3148a0fa4ef85e4447 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 19 Apr 2012 01:34:40 +0000 Subject: fix i18n syntax as per #3470 --- 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') -- cgit v0.9.1