diff options
Diffstat (limited to 'app/src/main/res')
-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 722f10ed..cb9a843b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -198,7 +198,7 @@ <string name="hint_bridges">Only locations supporting bridges are currently selectable.</string> <string name="option_disable_bridges">Disable bridges</string> <string name="eip_state_insecure">Connection insecure</string> - <string name="connection_not_connected" >You may be leaking information to your internet provider or local network.</string> + <string name="connection_not_connected">You may be leaking information to your internet provider or local network.</string> <string name="eip_state_no_network">You have no working Internet connection. Once you get it back, you will be automatically connected to</string> <string name="eip_state_blocking">%1$s is blocking all internet traffic.</string> <string name="disabled_while_udp_on">Disabled while UDP is on.</string> @@ -206,5 +206,4 @@ <string name="cancel_connection">Disconnect</string> <string name="unknown_location">Unknown location</string> <string name="splash_footer">Developed by LEAP</string> - </resources> |