summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2017-02-18 21:59:59 +0100
committerDees Troy <dees_troy@teamw.in>2017-02-23 20:02:05 +0100
commitc0f84e77d2004a18b04011dcfbc598c93b6ad977 (patch)
treefa889fd1005fbe1b33b5cfd54037d042c8b6c190
parentUpdate MTP debugging tags (diff)
downloadandroid_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.tar
android_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.tar.gz
android_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.tar.bz2
android_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.tar.lz
android_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.tar.xz
android_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.tar.zst
android_bootable_recovery-c0f84e77d2004a18b04011dcfbc598c93b6ad977.zip
-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"