From 0f71edee964a9225c82d7ccb184bf825367bd796 Mon Sep 17 00:00:00 2001 From: HeroBuxx Date: Wed, 1 Dec 2021 05:04:41 +0000 Subject: [PATCH] magisk: README: Correct string path for stub Signed-off-by: HeroBuxx --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 18031728e..e0e313210 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/src/main/res/values/strings.xml` +- `stub/res/values/strings.xml` Translate each and place them in the respective locations (`[module]/src/main/res/values-[lang]/strings.xml`).