aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 04:33:37 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 04:33:54 -0600
commitc4e91f8040968ad51ffccbd2ef9f17d4d322f579 (patch)
tree2c9a776734c959af09e2f8718f1b49c7e64aa9c7 /app/src/main/res/values/strings.xml
parentTunnelListFragment: Fix crash on deleting multiple tunnels (diff)
downloadwireguard-android-c4e91f8040968ad51ffccbd2ef9f17d4d322f579.tar.xz
wireguard-android-c4e91f8040968ad51ffccbd2ef9f17d4d322f579.zip
Handle tunnel state change errors appropriately
This class should probably be renamed and moved, but I don't know to what or where. Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f32a9925..f7b4c548 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -16,7 +16,6 @@
<string name="edit">Edit</string>
<string name="endpoint">Endpoint</string>
<string name="error_down">Error bringing down WireGuard tunnel</string>
- <string name="error_su">WireGuard currently requires root access</string>
<string name="error_up">Error bringing up WireGuard tunnel</string>
<string name="generate">Generate</string>
<string name="hint_automatic">(auto)</string>