diff --git a/tools/translations/extract.py b/tools/translations/extract.py index 9b829679645..4a3415060ee 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()