Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/smoot_toolbar.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-09-26 20:27:14 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-09-26 20:27:14 (GMT)
commitad8065153d931e4f79d287f2674b0d9181f71ff7 (patch)
tree45f788fa2d9bd8d2c7ee242c3c90c03191b12961 /smoot_toolbar.py
parent1f74f2416107c2f9d9f54154d6a017058ed94d40 (diff)
new pot, avoinding gettext warning.
Diffstat (limited to 'smoot_toolbar.py')
-rw-r--r--smoot_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoot_toolbar.py b/smoot_toolbar.py
index 649050c..b378a6c 100644
--- a/smoot_toolbar.py
+++ b/smoot_toolbar.py
@@ -101,7 +101,7 @@ class SmootToolbar(gtk.Toolbar):
if name == _('meters'):
self._factor_label.set_label(' ')
else:
- self._factor_label.set_label(_('%20.2f %1s per meter') % (
+ self._factor_label.set_label(_('%(20.2)f %(1)s per meter') % (
self._unit_scale, name))
def get_scale(self):