summaryrefslogtreecommitdiff
path: root/tools/translations/extract.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/translations/extract.py')
-rw-r--r--tools/translations/extract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/translations/extract.py b/tools/translations/extract.py
index 6d7d5838c9..9b82967964 100644
--- a/tools/translations/extract.py
+++ b/tools/translations/extract.py
@@ -53,7 +53,7 @@ for fname in matches:
f.close()
-f = open("base.po","wb")
+f = open("template.pot","wb")
f.write(main_po)
f.close()