From 38cdeb275fd7a9beb2fed90951fbc88d1d67fa7d Mon Sep 17 00:00:00 2001 From: Osama Tahir Date: Mon, 8 Jan 2024 11:33:41 +0400 Subject: [PATCH 1/3] Changed featureNotAvailableText to new shortened and simplified text --- assets/i18n/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 1f8002dbdc..4ac3a3e5ac 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -114,7 +114,7 @@ "requireSuggestedAppVersionDialogText": "The version of the app you have selected does not match the suggested version. Please select the app that matches the suggested version.\n\nSelected version: v{selected}\nSuggested version: v{suggested}\n\nTo proceed anyway, disable \"Require suggested app version\" in the settings.", "featureNotAvailable": "Feature not implemented", - "featureNotAvailableText": "This application is a split APK and cannot be selected. Unfortunately, this feature is only available for rooted users at the moment. However, you can still install the application by selecting its APK files from your device's storage instead" + "featureNotAvailableText": "This application is a split APK and can only be patched with root permissions at the moment. Obtain a full APK and select it from storage or install it and select it regularly." }, "patchesSelectorView": { "viewTitle": "Select patches", From 7875f57198bd3003849c9515509d4ecb5694120d Mon Sep 17 00:00:00 2001 From: Osama Tahir Date: Mon, 8 Jan 2024 11:54:20 +0400 Subject: [PATCH 2/3] Changed featureNotAvailableText to shortened and simplified text --- assets/i18n/en_US.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 4ac3a3e5ac..2386324263 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -114,7 +114,11 @@ "requireSuggestedAppVersionDialogText": "The version of the app you have selected does not match the suggested version. Please select the app that matches the suggested version.\n\nSelected version: v{selected}\nSuggested version: v{suggested}\n\nTo proceed anyway, disable \"Require suggested app version\" in the settings.", "featureNotAvailable": "Feature not implemented", +<<<<<<< Updated upstream "featureNotAvailableText": "This application is a split APK and can only be patched with root permissions at the moment. Obtain a full APK and select it from storage or install it and select it regularly." +======= + "featureNotAvailableText": "This application is a split APK and can only be patched with root permissions at the moment. Obtain a full APK and select it from storage or install it and select it regularly" +>>>>>>> Stashed changes }, "patchesSelectorView": { "viewTitle": "Select patches", From 056912c1fc6fa587da651ab37330ed6e6402238c Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 22 Jan 2024 17:01:59 +0700 Subject: [PATCH 3/3] Update assets/i18n/en_US.json --- assets/i18n/en_US.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 2386324263..4ac3a3e5ac 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -114,11 +114,7 @@ "requireSuggestedAppVersionDialogText": "The version of the app you have selected does not match the suggested version. Please select the app that matches the suggested version.\n\nSelected version: v{selected}\nSuggested version: v{suggested}\n\nTo proceed anyway, disable \"Require suggested app version\" in the settings.", "featureNotAvailable": "Feature not implemented", -<<<<<<< Updated upstream "featureNotAvailableText": "This application is a split APK and can only be patched with root permissions at the moment. Obtain a full APK and select it from storage or install it and select it regularly." -======= - "featureNotAvailableText": "This application is a split APK and can only be patched with root permissions at the moment. Obtain a full APK and select it from storage or install it and select it regularly" ->>>>>>> Stashed changes }, "patchesSelectorView": { "viewTitle": "Select patches",