aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-04-30 05:00:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-04-30 05:29:54 +0200
commit2e8d3f34dadb5661ae79c48c82d81d4837714194 (patch)
tree225036077f4ef272531cf4e87e423c603181b449 /app/src/main/res/values/strings.xml
parentAllow exporting to zip file (diff)
downloadwireguard-android-2e8d3f34dadb5661ae79c48c82d81d4837714194.tar.xz
wireguard-android-2e8d3f34dadb5661ae79c48c82d81d4837714194.zip
TunnelEditorFragment: rewrite and simplify
This should remove some null pointer dereferences and overall make the thing more robust.
Diffstat (limited to '')
-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 9aeb290f..a2a79cf9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -65,5 +65,5 @@
<string name="tunnel_create_error">Unable to create tunnel: %s</string>
<string name="tunnel_create_success">Successfully created tunnel “%s”</string>
<string name="tunnel_rename_error">Unable to rename tunnel: %s</string>
- <string name="tunnel_rename_success">Successfully renamed tunnel “%s” to “%s”</string>
+ <string name="tunnel_rename_success">Successfully renamed tunnel to “%s”</string>
</resources>