From dd419e8efa347a8c1d6be464a89ec056cb4e4712 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 4 May 2016 09:56:24 -0300 Subject: forgot this --- tools/translations/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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() -- cgit v1.2.3