Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readtopbar.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-08-05 14:06:02 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-08-05 14:06:02 (GMT)
commit67ecf46f95cb2cef0716cabf534494a122021f64 (patch)
tree40b1ff0f10500bdf3f3858a95c803a955b68bbff /readtopbar.py
parent803f323e12c8adede79193aa06159ab537e4d958 (diff)
Update pot file
I needed change a string in the topbar because we had two unnamed parameters of the same type. Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'readtopbar.py')
-rw-r--r--readtopbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/readtopbar.py b/readtopbar.py
index 93b15b9..56901d0 100644
--- a/readtopbar.py
+++ b/readtopbar.py
@@ -138,4 +138,4 @@ class TopBar(_TopBar):
#TRANS: Translate this as Page i of m (eg: Page 4 of 334)
self._progressbar.set_text(
- _("Page %i of %i") % (current_page, n_pages))
+ _("Page %(current)i of %(total_pages)i") % (current_page, n_pages))