diff options
| author | Daniƫl van den Berg <danielvandenberg95@gmail.com> | 2025-02-09 11:14:15 +0100 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2025-03-31 12:18:55 +0200 |
| commit | db0b4fccba034b8ff9e5079e58814700fa197a15 (patch) | |
| tree | 26840cc29050e5b01fb876162ecf8695b6b2fd31 /main/src | |
| parent | d5aa4f15c221b065cbde0b9c535fb5bc6427b498 (diff) | |
Improve error message when jono default vpn is selected.
Diffstat (limited to 'main/src')
| -rwxr-xr-x | main/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml index 2d4b7587..b2f6a6c5 100755 --- a/main/src/main/res/values/strings.xml +++ b/main/src/main/res/values/strings.xml @@ -405,7 +405,7 @@ <string name="reread_log">Reread (%d) log items from log cache file</string> <string name="samsung_broken">Even though Samsung phones are among the most selling Android phones, Samsung\'s firmware are also among the most buggy Android firmwares. The bugs are not limited to the VPN operation on these devices but many of them can be workarounded. In the following some of these bugs are described.\n\nDNS does not work unless the DNS server in the VPN range.\n\nOn many Samsung 5.x devices the allowed/disallowed apps feature does not work.\nOn Samsung 6.x VPN is reported not to work unless the VPN app is exempted from Powersave features.</string> <string name="samsung_broken_title">Samsung phones</string> - <string name="novpn_selected">No VPN selected.</string> + <string name="novpn_selected">No default VPN selected. Please set a default VPN in settings.</string> <string name="defaultvpn">Default VPN</string> <string name="defaultvpnsummary">VPN used in places where a default VPN needed. These are currently on boot, for Always-On and the Quick Settings Tile.</string> <string name="vpnselected">Currently selected VPN: \'%s\'</string> |
