Skip to content

Commit ffff762

Browse files
chore: Fix styled apostrophes
1 parent 755638b commit ffff762

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<string name="morphe_home_greeting_3">Buckle up, it\'s patching time</string>
99
<string name="morphe_home_greeting_4">Another day, another ad-blocked masterpiece</string>
1010
<string name="morphe_home_greeting_5">Want to watch ads? Me neither</string>
11-
<string name="morphe_home_greeting_6">Let\s make your apps behave</string>
12-
<string name="morphe_home_greeting_7">Todays forecast: 100% chance of patching</string>
11+
<string name="morphe_home_greeting_6">Let\'s make your apps behave</string>
12+
<string name="morphe_home_greeting_7">Today\'s forecast: 100% chance of patching</string>
1313
<string name="morphe_home_bundle_type_api">API Bundle</string>
1414
<string name="morphe_home_update_error">Update failed</string>
1515
<string name="morphe_home_update_error_subtitle">Check your internet connection and try again</string>
@@ -205,7 +205,7 @@
205205
<string name="bundle_version_item_description_default">Using default recommendation</string>
206206
<string name="bundle_version_item_description_selected">Following %1$s (%2$s)</string>
207207
<string name="bundle_version_dialog_title">Choose bundle recommendation</string>
208-
<string name="bundle_version_dialog_description">Pick which bundles suggestion should be used when downloading an APK.</string>
208+
<string name="bundle_version_dialog_description">Pick which bundle\'s suggestion should be used when downloading an APK.</string>
209209
<string name="bundle_version_dialog_default">Use default recommendation</string>
210210
<string name="bundle_version_dialog_default_subtitle">Automatically pick the most common compatible version.</string>
211211
<string name="bundle_version_dialog_option_subtitle">Use version %1$s</string>
@@ -351,7 +351,7 @@ Enable anyways?"</string>
351351
<string name="import_keystore">Import keystore</string>
352352
<string name="import_keystore_description">Import a custom keystore</string>
353353
<string name="import_keystore_dialog_title">Enter keystore credentials</string>
354-
<string name="import_keystore_dialog_description">You\'ll need enter the keystores credentials to import it.</string>
354+
<string name="import_keystore_dialog_description">You\'ll need enter the keystore\'s credentials to import it.</string>
355355
<string name="import_keystore_dialog_alias_field">Username (Alias)</string>
356356
<string name="import_keystore_dialog_password_field">Password</string>
357357
<string name="import_keystore_dialog_button">Import</string>
@@ -730,7 +730,7 @@ You need to turn on \"Allow changing patch selection and options\" in the advanc
730730
<string name="patcher_missing_patch_message">"Patching failed because the following patches were not found in the current bundle:
731731
%1$s
732732
Reopen the selection and reselect them (or choose replacements) before retrying."</string>
733-
<string name="patcher_preflight_missing_patch_message">"The following patches arent available in the current bundle:
733+
<string name="patcher_preflight_missing_patch_message">"The following patches aren\'t available in the current bundle:
734734
%1$s
735735
You can remove them automatically, adjust the selection, or continue anyway."</string>
736736
<string name="patcher_missing_patch_review">Review selection</string>

0 commit comments

Comments
 (0)