Skip to content

Commit 0bc6108

Browse files
iKirbynekohasekai
authored andcommitted
Use standard capitalization for "OK"
1 parent a4dbcd3 commit 0bc6108

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<string name="app_name">sing-box</string>
33

44
<string name="stop">Stop</string>
5-
<string name="ok">Ok</string>
5+
<string name="ok">OK</string>
66
<string name="no_thanks">No, thanks</string>
77

88
<string name="title_dashboard">Dashboard</string>
@@ -146,6 +146,8 @@
146146
<string name="other_methods">Other methods</string>
147147
<string name="action_start">Start</string>
148148
<string name="location_permission_title">Location permission</string>
149-
<string name="location_permission_description">sing-box uses the **background location** permission to implement the `wifi_ssid` and `wifi_bssid` routing rule items that **you are using**.</string>
150-
149+
<string name="location_permission_description"><![CDATA[sing-box uses the <strong>location</strong> permission to implement the <strong><tt>wifi_ssid</tt> and <tt>wifi_bssid</tt> routing rules</strong> that <strong>you are using</strong>. Please grant the permission.]]></string>
150+
<string name="location_permission_background_description"><![CDATA[On Android 10 and up, <strong>background location</strong> permission is required. Please select <strong>Allow all the time</strong> to grant the permission.]]></string>
151+
<string name="location_permission_denied_description"><![CDATA[It looks like you have denied the required permission. To continue using the app, please <strong>grant the permission</strong> or <strong>remove <tt>wifi_ssid</tt> and <tt>wifi_bssid</tt> routing rules</strong> from your profile.]]></string>
152+
<string name="open_settings">Open Settings</string>
151153
</resources>

0 commit comments

Comments
 (0)