Signed-off-by: Thomas Petazzoni <[email protected]>
---
i18n.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n.py b/i18n.py
index 22afa4c..af45924 100755
--- a/i18n.py
+++ b/i18n.py
@@ -32,8 +32,8 @@ def make_pot():
print "Make locale/ocitysmap.pot"
subprocess.check_call(['pygettext', '-o', 'ocitysmap.pot', '-p', 'locale',
'ocitysmap2/indexlib/indexer.py',
- 'ocitysmap2/maplib/renderers.py',
- 'ocitysmap2/layoutlib/renderers.py'])
+ 'ocitysmap2/layoutlib/multi_page_renderer.py',
+ 'ocitysmap2/layoutlib/single_page_renderers.py'])
return
def make_po(languages):
--
1.7.4.1