From 451e9e04ab54ed0e31dece778e51026fbf469498 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 18 Jan 2017 07:05:18 -0800 Subject: [PATCH] fix path in script --- xwords4/android/scripts/copy-strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/scripts/copy-strings.py b/xwords4/android/scripts/copy-strings.py index 9efb4efed..b46b57f07 100755 --- a/xwords4/android/scripts/copy-strings.py +++ b/xwords4/android/scripts/copy-strings.py @@ -197,7 +197,7 @@ def main(): # summarize the english file wd = os.path.dirname(sys.argv[0]) - path = wd + '/../XWords4/res/values/strings.xml' + path = wd + '/../app/src/main/res/values/strings.xml' engNames = {} engFormats = {}