diff options
author | cyberta <cyberta@riseup.net> | 2021-02-24 22:31:42 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-02-24 22:31:42 +0000 |
commit | c62389eaae3768e236875ee5fd20bde29e381c94 (patch) | |
tree | 0fe5a8ec7992d45f5d9480a4d0c18445b664d497 | |
parent | 2b1dcf4f6b4ed7405a14c5dfb50ef16dfa416fbf (diff) | |
parent | fef88c42ebd97c423763850652c85b98b6766eb8 (diff) |
Merge branch 'style' into 'master'
spelling wi-fi
See merge request leap/bitmask_android!128
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0f07ac8e..000effc7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -113,7 +113,7 @@ <string name="hide_experimental">Hide experimental features</string> <string name="tethering_enabled_message">Please make sure to enable tethering in the <![CDATA[<b>system settings</b>]]> first.</string> <string name="tethering_message">Share your VPN with other devices via:</string> - <string name="tethering_wifi">Wifi hotspot</string> + <string name="tethering_wifi">Wi-Fi hotspot</string> <string name="tethering_usb">USB tethering</string> <string name="tethering_bluetooth">Bluetooth tethering</string> <string name="do_not_show_again">Do not show again</string> @@ -140,7 +140,6 @@ <string name="warning_option_try_ovpn">Try standard connection</string> <string name="vpn_error_establish">Android failed to establish the VPN service.</string> <string name="root_permission_error">%s cannot execute features like VPN Hotspot or IPv6 firewall without root permissions.</string> - <string name="qs_enable_vpn">Start %s</string> <string name="version_update_found">Tap here to start the download.</string> <string name="version_update_title">A new %s version has been found.</string> |