summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9b82967964..4a3415060e 100644
--- a/tools/translations/extract.py
+++ b/tools/translations/extract.py
@@ -53,7 +53,7 @@ for fname in matches:
f.close()
-f = open("template.pot","wb")
+f = open("tools.pot","wb")
f.write(main_po)
f.close()