Skip to content

Commit d188d5a

Browse files
KobeW50Kobevalidcube
authored
docs: Fix typos and settings order (#2785)
Co-authored-by: Kobe <[email protected]> Co-authored-by: Pun Butrach <[email protected]>
1 parent b43ac8a commit d188d5a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<string name="non_suggested_version_warning_title">Non suggested version</string>
238238
<string name="non_suggested_version_warning_description">The version of the app you have selected does not match the suggested version.\nPlease use the suggested version: %s\n\nTo continue anyway, disable \"Require suggested app version\" in the advanced settings.</string>
239239
<string name="selection_warning_title">Stop using defaults?</string>
240-
<string name="selection_warning_description">It is recommended to use the default patch selection and options. Changing them may result in unexpected issues.\n\nYou need to turn on \"Allow changing patch selection\" in the advanced settings before toggling patches.</string>
240+
<string name="selection_warning_description">It is recommended to use the default patch selection and options. Changing them may result in unexpected issues.\n\nYou need to turn on \"Allow changing patch selection and options\" in the advanced settings before toggling patches.</string>
241241
<string name="universal_patch_warning_description">Universal patches have a more generalized use and do not work as reliably as patches that target specific apps. You may encounter issues while using them.\n\nYou need to turn on \"Allow using universal patches\" in the advanced settings before using universal patches.</string>
242242
<string name="this_version">This version</string>
243243
<string name="universal">Any app</string>

docs/2_1_patching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Learn how to use ReVanced Manager to patch apps.
1313
7. Tap on the `Install` button to install the patched app[^4]
1414

1515
[^1]: Here you can see all the apps that are supported by ReVanced.
16-
You can also add custom apps by tapping on the `+` button in the top right corner.
16+
You can also add custom apps by tapping on the `Select from storage` button at the top.
1717
[^2]: It is recommended to use the default set of patches by tapping on the `Reset` button in the bottom right corner.
18-
[^3]: By default, all available downloader will be used to download the app.
18+
[^3]: By default, all available downloaders will be used to download the app.
1919
If you want to use a specific downloader, you can change it here.
2020
[^4]: You can export the patched app or the patch logs in the bottom left corner.
2121

docs/2_4_managing_downloaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Learn how to manage downloaders.
44
Refer to the [template](https://github.com/ReVanced/revanced-manager-downloader-template) if you are developer who wants to create a plugin.
55

6-
Downloaders are Apk files and are installed, updated and uninstalled just like regular Android apps.
6+
Downloaders are APK files and are installed, updated and uninstalled just like regular Android apps.
77
Downloaders can execute arbitrary code inside ReVanced Manager and must be marked as trusted before use. Manager will show a notification in the dashboard when a new downloader is discovered.
88
Trust can also be granted and revoked under `Settings` > `Downloads`.
99

docs/2_5_updating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Learn how to update ReVanced Manager.
99
3. Configure the update settings accordingly[^1]
1010

1111
[^1]: By default, ReVanced Manager will check for updates automatically on launch
12-
and let you when an update is available.
12+
and let you know when an update is available.
1313

1414
## ⏭️ What's next
1515

docs/2_6_settings.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ Learn how to configure ReVanced Manager.
44

55
## 🔧 Settings
66

7-
- **Import & export**: Import or export patch selections, patch options and the signing keystore
87
- **Downloads**: Enable or disable ReVanced Manager downloader and manage past downloaded apps here
8+
- **Import & export**: Import or export patch selections, patch options and the signing keystore
99
- **Advanced**:
1010
- **API URL**: Set the URL of the ReVanced API, ReVanced Manager will use
1111
- **Disable version compatibility check**: Patching versions of apps the patches are explicitly compatible with is enforced.
1212
Disabling this will allow patching versions of apps the patches are not explicitly compatible with
1313
> ⚠️ Warning
14-
> Patches may fail patching versions they are not explicitly compatible with.
15-
> Unless you know what you are doing, it is recommended to keep this enabled.
16-
- **Allow changing patch selection**: The default selection of patches is enforced.
17-
Enabling this will allow you to change the patch selection
18-
> ⚠️ Warning
19-
> Changing the selection may cause unexpected issues.
14+
> Patches may fail on app versions they are not explicitly compatible with.
2015
> Unless you know what you are doing, it is recommended to keep this disabled.
2116
- **Require suggested app version**: Specific versions of apps is enforced based on the patch selection automatically.
2217
Disabling this will allow you to patch any version of apps
2318
> ⚠️ Warning
2419
> Patches not compatible with the selected version of the app will not be used.
2520
> Unless you know what you are doing, it is recommended to keep this enabled.
26-
- **Allow universal patches**: Patches that do not specify compatibility with an app explicitly are forcibly disabled.
21+
- **Allow changing patch selection and options**: The default selection of patches is enforced.
22+
Enabling this will allow you to change the patch selection
23+
> ⚠️ Warning
24+
> Changing the selection may cause unexpected issues.
25+
> Unless you know what you are doing, it is recommended to keep this disabled.
26+
- **Allow using universal patches**: Patches that do not specify compatibility with an app are forcibly disabled.
2727
Enabling this will allow selecting such patches
2828
> ⚠️ Warning
29-
> Universal patches do not specify compatibility with an app explicitly may not work on all apps regardless.
29+
> Universal patches do not specify compatibility with an app and may not work on all apps regardless.
3030
> Unless you know what you are doing, it is recommended to keep this disabled.
3131
- **About**: View more information and links about ReVanced and ReVanced Manager.
3232

0 commit comments

Comments
 (0)