Browse Source

forgot this

Juan Linietsky 9 years ago
parent
commit
dd419e8efa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/translations/extract.py

+ 1 - 1
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()