Skip to content

Commit 39f52c1

Browse files
KobeW50Kobe
andauthored
chore: Correct grammar mistakes (#2791)
Co-authored-by: Kobe <kobew5050@gmail.com>
1 parent 0c62837 commit 39f52c1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<item quantity="other">%d patches</item>
66
</plurals>
77
<plurals name="patches_executed">
8-
<item quantity="one">Executed %d patch</item>
9-
<item quantity="other">Executed %d patches</item>
8+
<item quantity="one">Execute %d patch</item>
9+
<item quantity="other">Execute %d patches</item>
1010
</plurals>
1111
<plurals name="selected_count">
1212
<item quantity="other">%d selected</item>

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<string name="network_metered_warning">You are currently on a metered connection. Data charges from your service provider may apply.</string>
5656

5757
<string name="apk_source_selector_item">Select APK source</string>
58-
<string name="apk_source_auto">Using all APK downloader</string>
58+
<string name="apk_source_auto">Using all APK downloaders</string>
5959
<string name="apk_source_downloader">Using %s</string>
6060
<string name="apk_source_installed">Using installed APK</string>
6161
<string name="apk_source_local">Using a local APK file</string>
@@ -92,7 +92,7 @@
9292
<string name="theme_description">Choose between light or dark theme</string>
9393
<string name="safeguards">Safeguards</string>
9494
<string name="patch_compat_check">Disable version compatibility check</string>
95-
<string name="patch_compat_check_description">The check restricts patches to compatible app versions</string>
95+
<string name="patch_compat_check_description">Do not restrict patches to compatible app versions</string>
9696
<string name="patch_compat_check_confirmation">Selecting incompatible patches can result in a broken app.\n\nDo you want to proceed anyways?</string>
9797
<string name="suggested_version_safeguard">Require suggested app version</string>
9898
<string name="suggested_version_safeguard_description">Enforce selection of the suggested app version</string>
@@ -134,8 +134,8 @@
134134
<string name="reset_patch_options_description">Reset the stored patch options</string>
135135
<string name="reset_patch_selection_success">Patch selection has been reset</string>
136136
<string name="patch_selection_reset_all">Reset patch selection globally</string>
137-
<string name="patch_selection_reset_all_dialog_description">You are about to reset all the patch selections. You will need to manually select each patch again.</string>
138-
<string name="patch_selection_reset_all_description">Resets all the patch selections</string>
137+
<string name="patch_selection_reset_all_dialog_description">You are about to reset all patch selections. You will need to manually select each patch again.</string>
138+
<string name="patch_selection_reset_all_description">Resets all patch selections</string>
139139
<string name="patch_selection_reset_package">Reset patch selection for app</string>
140140
<string name="patch_selection_reset_package_dialog_description">You are about to reset the patch selection for the app \"%s\". You will have to manually select each patch again.</string>
141141
<string name="patch_selection_reset_package_description">Resets patch selection for a single app</string>
@@ -149,7 +149,7 @@
149149
<string name="patch_options_reset_patches_dialog_description">You are about to reset the patch options for \"%s\". You will have to reapply each option again.</string>
150150
<string name="patch_options_reset_patches_description">Resets the patch options for a specific collection of patches</string>
151151
<string name="patch_options_reset_all">Reset patch options globally</string>
152-
<string name="patch_options_reset_all_dialog_description">You are about to reset patch options. You will have to reapply each option again.</string>
152+
<string name="patch_options_reset_all_dialog_description">You are about to reset all patch options. You will have to reapply each option again.</string>
153153
<string name="patch_options_reset_all_description">Resets all patch options</string>
154154
<string name="downloader_plugins">Plugins</string>
155155
<string name="downloader_plugin_state_trusted">Trusted</string>
@@ -160,7 +160,7 @@
160160
<string name="downloader_plugin_trust_dialog_body">Package name: %1$s\nSignature (SHA-256): %2$s</string>
161161
<string name="downloader_plugin_delete_apps_title">Delete selected apps</string>
162162
<string name="downloader_plugin_delete_apps_description">Are you sure you want to delete the selected apps?</string>
163-
<string name="downloader_settings_no_apps">No downloaded apps found</string>
163+
<string name="downloader_settings_no_apps">No downloaded apps found.</string>
164164

165165
<string name="search_apps">Search apps…</string>
166166
<string name="loading_body">Loading…</string>
@@ -201,7 +201,7 @@
201201
<string name="debug_logs_export_failed">Failed to export logs</string>
202202
<string name="debug_logs_export_success">Exported logs</string>
203203
<string name="api_url">API URL</string>
204-
<string name="api_url_description">The API used to download necessary files.</string>
204+
<string name="api_url_description">The API used to download necessary files</string>
205205
<string name="api_url_dialog_title">Change API URL</string>
206206
<string name="api_url_dialog_description">Change the API URL of ReVanced Manager. ReVanced Manager uses the API to download patches and updates.</string>
207207
<string name="api_url_dialog_warning">ReVanced Manager connects to the API to download patches and updates. Make sure that you trust it.</string>
@@ -278,7 +278,7 @@
278278
<string name="downloader_app_not_found">Downloader did not find the app</string>
279279
<string name="downloader_error">Downloader error: %s</string>
280280
<string name="downloader_no_plugins_installed">No downloader installed.</string>
281-
<string name="downloader_no_plugins_available">There are downloader installed but none is trusted. Check your settings.</string>
281+
<string name="downloader_no_plugins_available">There are downloaders installed but none are trusted. Check your settings.</string>
282282
<string name="already_patched">Already patched</string>
283283

284284
<string name="patch_selector_sheet_filter_title">Filter</string>
@@ -448,7 +448,7 @@
448448
<string name="any_version">Any</string>
449449
<string name="never_show_again">Never show again</string>
450450
<string name="show_manager_update_dialog_on_launch">Show update message on launch</string>
451-
<string name="show_manager_update_dialog_on_launch_description">Shows a popup notification whenever there is a new update available on launch.</string>
451+
<string name="show_manager_update_dialog_on_launch_description">Show a popup notification whenever a new update is available on launch</string>
452452
<string name="failed_to_import_keystore">Failed to import keystore</string>
453453
<string name="export">Export</string>
454454
<string name="confirm">Confirm</string>

0 commit comments

Comments
 (0)