-
-
Notifications
You must be signed in to change notification settings - Fork 853
feat: Rename "Patch bundle" to "Patches" #2541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: compose-dev
Are you sure you want to change the base?
Conversation
app/build.gradle.kts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the project will build with these changes.
@@ -77,7 +77,7 @@ enum class DashboardPage( | |||
val icon: ImageVector | |||
) { | |||
DASHBOARD(R.string.tab_apps, Icons.Outlined.Apps), | |||
BUNDLES(R.string.tab_bundles, Icons.Outlined.Source), | |||
BUNDLES(R.string.tab_patches, Icons.Outlined.Source), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the enum variant wasn't changed.
@@ -132,8 +130,8 @@ | |||
<string name="reset_patch_selection_success">Patch selection has been reset</string> | |||
<string name="patch_options_reset_package">Reset patch options for app</string> | |||
<string name="patch_options_reset_package_description">Resets patch options for a single app</string> | |||
<string name="patch_options_reset_bundle">Resets patch options for bundle</string> | |||
<string name="patch_options_reset_bundle_description">Resets patch options for all patches in a bundle</string> | |||
<string name="patch_options_reset_patches">Resets patch options for this patches</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"for this patches" doesn't sound right.
<string name="api_url_dialog_title">Set custom API URL</string> | ||
<string name="api_url_dialog_description">Set the API URL of ReVanced Manager. ReVanced Manager uses the API to download patches and updates.</string> | ||
<string name="api_url_dialog_title">Change API URL</string> | ||
<string name="api_url_dialog_description">Change the API URL of ReVanced Manager. ReVanced Manager uses the API to download patches and updates.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes within the scope of this PR?
7338157
to
70a6950
Compare
Optionally "Patches file" can be used.
For reference: https://discord.com/channels/952946952348270622/952987428786941952/1370824632156033185
For now, only strings are named. Code and internal changes can be made after Compose Manager release