Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit bf397d2

Browse files
committed
improve/clarify screen texts
1 parent d94f70a commit bf397d2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
<string name="acc_on_settings">What to do when contact is switched on (ACC_ON)</string>
1111
<string name="acc_on_call_title">ACC_ON: Call method</string>
1212
<string name="acc_on_text_title">ACC_ON: String to be used</string>
13-
<string name="switch_on_wifi_during_accon">Switch WiFi ON when contact is switched on (to overcome PX5 bug)</string>
14-
<string name="dont_touch_wifi_during_accon">Do not touch the WiFi state when contact is switched on</string>
13+
<string name="switch_on_wifi_during_accon">ON: The WiFi is switched on when the contact is switched on (to overcome PX5 bug)</string>
14+
<string name="dont_touch_wifi_during_accon">OFF: Do not touch the WiFi state when contact is switched on</string>
1515
<string name="switch_on_wifi">Option to switch on WiFi during acc_on.</string>
16-
<string name="restart_player_during_accon">Restart active media player when contact is switched on</string>
17-
<string name="dont_restart_player_during_accon">Do not restart active media player when contact is switched on</string>
16+
<string name="restart_player_during_accon">ON: Restart active media player when contact is switched on</string>
17+
<string name="dont_restart_player_during_accon">OFF: Do not restart active media player when contact is switched on</string>
1818
<string name="restart_player">Option to restart the active media player during acc_on.</string>
1919

2020
<string name="acc_off_settings">What to do when contact is switched off (ACC_OFF)</string>
2121
<string name="acc_off_call_title">ACC_OFF: Call method</string>
2222
<string name="acc_off_text_title">ACC_OFF: String to be used</string>
23-
<string name="switch_off_wifi_during_accoff">Switch WiFi OFF when contact is switched off</string>
24-
<string name="dont_touch_wifi_during_accoff">Do not touch the WiFi state when contact is switched off</string>
23+
<string name="switch_off_wifi_during_accoff">ON: Switch off WiFi when contact is switched off</string>
24+
<string name="dont_touch_wifi_during_accoff">OFF: Do not touch the WiFi state when contact is switched off</string>
2525
<string name="switch_off_wifi">Option to switch off WiFi during acc_off.</string>
26-
<string name="pause_player_during_accoff">Pause active media player when contact is switched off</string>
27-
<string name="dont_pause_player_during_accoff">Do not pause active media player when contact is switched off</string>
26+
<string name="pause_player_during_accoff">ON: Pause active media player when contact is switched off</string>
27+
<string name="dont_pause_player_during_accoff">OFF: Do not pause active media player when contact is switched off</string>
2828
<string name="pause_player">Option to pause the active media player during acc_off.</string>
2929

3030
<string name="about_info_screen">Information Screen</string>
3131
<string name="donation">Donation</string>
3232
<string name="paypal_donation_title">Donate via PayPal</string>
33-
<string name="paypal_donation_summary">Not necessary as I will survice without it, but you could buy me a glass of wine</string>
33+
<string name="paypal_donation_summary">Not necessary as I will survive without it, but you could buy me a glass of wine</string>
3434
<string name="paypal_url" translatable="false">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=HK2KGH6QVA992</string>
3535
<string name="about">About</string>
3636
<string name="xda_discussion_title">XDA Discussion thread</string>

0 commit comments

Comments
 (0)