From a4faa3f39203029712c79f02a0cf3de50385e5c8 Mon Sep 17 00:00:00 2001 From: John Wu Date: Tue, 14 Dec 2021 05:31:12 -0800 Subject: [PATCH] Update stub strings.xml path --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e0e313210..18031728e 100644 --- a/README.MD +++ b/README.MD @@ -59,7 +59,7 @@ For each action, use `-h` to access help (e.g. `./build.py all -h`) Default string resources for the Magisk app and its stub APK are located here: - `app/src/main/res/values/strings.xml` -- `stub/res/values/strings.xml` +- `stub/src/main/res/values/strings.xml` Translate each and place them in the respective locations (`[module]/src/main/res/values-[lang]/strings.xml`).