Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update entitlement check dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Jun 28, 2019
1 parent 9be981c commit dcaa81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
<string name="no_internet_message">Check your device configuration to fix the problem.</string>
<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
<string name="not_entitled_title">Unable To Run</string>
<!-- This string is displaye in the message body of the alert dialog shown when the user does not have permission to run the application on the device.
<!-- This string is displayed in the message body of the alert dialog shown when the user does not have permission to run the application on the device.
'%1$s' will be replace at runtime with the app's name. -->
<string name="not_entitled_message">%1$s does not have permission to run on this device.</string>
<string name="not_entitled_message">%1$s does not have permission to run on this device and will now exit.</string>
</resources>

0 comments on commit dcaa81c

Please sign in to comment.