diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-05-04 09:56:24 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-05-04 09:56:24 -0300 |
commit | dd419e8efa347a8c1d6be464a89ec056cb4e4712 (patch) | |
tree | 28e859af9837152a13b8b35bdca3d224e4a1a744 /tools | |
parent | ea1c9d5b5d379b45472c416e1b00db2c96e23aa9 (diff) |
forgot this
Diffstat (limited to 'tools')
-rw-r--r-- | tools/translations/extract.py | 2 |
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() |