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-03-15 19:35:24 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-03-15 19:35:24 (GMT)
commit1cbe260e31245f15b456d5720e390de389870002 (patch)
treef5537ee0fdd01c2ecdb420590606d1ae3f41d1ef
parent0c7cbf58ffd8b35bd316e202510be156a03d396c (diff)
cleaning up i18n
-rw-r--r--DeductoActivity.py2
-rw-r--r--po/Deducto.pot7
2 files changed, 5 insertions, 4 deletions
diff --git a/DeductoActivity.py b/DeductoActivity.py
index c0fd0ef..b5929c7 100644
--- a/DeductoActivity.py
+++ b/DeductoActivity.py
@@ -260,7 +260,7 @@ 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 ☑ and ☒ buttons'))
+ _('Explore patterns with the %s and %s buttons.') % ('☑', '☒'))
self._playing = False
else:
self._example_button.set_icon('example')
diff --git a/po/Deducto.pot b/po/Deducto.pot
index 0ac3c12..03515a9 100644
--- a/po/Deducto.pot
+++ b/po/Deducto.pot
@@ -8,13 +8,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-15 15:25-0400\n"
+"POT-Creation-Date: 2012-03-15 15:31-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: activity/activity.info:2
@@ -98,7 +98,8 @@ msgid "Show a pattern that does not match the rule."
msgstr ""
#: DeductoActivity.py:263
-msgid "Explore patterns with the ☑ and ☒ buttons"
+#, python-format
+msgid "Explore patterns with the %s and %s buttons."
msgstr ""
#: DeductoActivity.py:279