Skip to content

Commit

Permalink
fix: Use 'GmsCore MicroG' app name
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Mar 31, 2024
1 parent c707804 commit e6f52a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/addresources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
</patch>
<patch id="misc.gms.BaseGmsCoreSupportResourcePatch">
<!-- Translations of this should not be longer than what is here, otherwise the text can be clipped and not entirely shown. -->
<string name="gms_core_toast_not_installed_message">%s is not installed. Install it.</string>
<string name="gms_core_toast_not_installed_message">GmsCore is not installed. Install it.</string>
<!-- Translations of this should not be longer than what is here, otherwise the text can be clipped and not entirely shown. -->
<string name="gms_core_toast_not_whitelisted_message">Follow the \"Don\'t kill my app\" guide for %s.</string>
<string name="gms_core_toast_not_whitelisted_message">Follow the \"Don\'t kill my app\" guide for GmsCore MicroG.</string>
<string name="gms_core_dialog_title">Action needed</string>
<string name="gms_core_dialog_not_whitelisted_not_allowed_in_background_message">%1$s does not have permission to run in the background.\n\nFollow the \"Don\'t kill my app\" guide and apply the instructions to %2$s.\n\nIf you do not make these changes, this app will not work.</string>
<string name="gms_core_dialog_not_whitelisted_using_battery_optimizations_message">%1$s is not whitelisted from battery optimization.\n\nFollow the \"Don\'t kill my app\" guide and turn off battery optimizations for %2$s.\n\nIf you do not make these changes, this app will not work.</string>
<string name="gms_core_dialog_not_whitelisted_not_allowed_in_background_message">GmsCore MicroG does not have permission to run in the background.\n\nFollow the \"Don\'t kill my app\" guide and apply the instructions to MicroG.\n\nIf you do not make these changes, this app will not work.</string>
<string name="gms_core_dialog_not_whitelisted_using_battery_optimizations_message">GmsCore MicroG is not whitelisted from battery optimization.\n\nFollow the \"Don\'t kill my app\" guide and turn off battery optimizations for MicroG.\n\nIf you do not make these changes, this app will not work.</string>
<string name="gms_core_dialog_ok_button_text">Open website</string>
</patch>
</app>
Expand Down

0 comments on commit e6f52a4

Please sign in to comment.