summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-12-14 11:55:48 +0100
committercyBerta <cyberta@riseup.net>2021-12-14 11:55:48 +0100
commit684963a35cf0ba6e68f52877c1411690f0ef5731 (patch)
tree761742a337ec6e64aa1e8ae444fc6ab6ffefa5f6 /app/src/main/res
parent410d6b53dabe47d9751673b644f3e0d6ae167b43 (diff)
shorten string void_vpn_error_establish
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b87b842b..6251949a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -88,7 +88,7 @@
<string name="action_example">Example action</string>
<string name="action_settings">Settings</string>
<string name="void_vpn_establish">%s blocks all outgoing internet traffic.</string>
- <string name="void_vpn_error_establish">Blocking all outgoing internet traffic failed.</string>
+ <string name="void_vpn_error_establish">Blocking all internet traffic failed.</string>
<string name="void_vpn_stopped">Stopped blocking all outgoing internet traffic.</string>
<string name="void_vpn_title">Blocking traffic</string>
<string name="update_provider_details">Update provider details</string>