summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/language_helper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/language_helper.py b/scripts/language_helper.py
index 2e3df7132..ae08363cc 100644
--- a/scripts/language_helper.py
+++ b/scripts/language_helper.py
@@ -25,12 +25,12 @@ def toprettyxml(xdoc, encoding):
return unistr.encode(encoding, 'xmlcharrefreplace')
HELP = """
- language_helper.py -o file.xml other language to compre to English
+ language_helper.py -o file.xml other language to compare to English
[ -f file.xml ] output file (defaults to new.xml)
-h help info
"""
-enfile = "../gui/theme/common/languages/en.xml"
+enfile = "en.xml"
otherfile = ""
outfile = "new.xml"