aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-04-18 05:28:31 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-04-18 05:28:31 +0200
commit53d29b312f3cdf5206cdabdf340b2834f8e8e35c (patch)
treee89533bb3a3e95f0c88c1739225c76cf07d21583 /app/src/main/res/values/strings.xml
parentVersion bump (diff)
downloadwireguard-android-53d29b312f3cdf5206cdabdf340b2834f8e8e35c.tar.xz
wireguard-android-53d29b312f3cdf5206cdabdf340b2834f8e8e35c.zip
More javafication
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-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 7de33f15..e295adbd 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -16,7 +16,7 @@
<string name="addresses">Addresses</string>
<string name="allowed_ips">Allowed IPs</string>
<string name="app_name">WireGuard</string>
- <string name="config_save_error">Unable to configuration for “%s”: %s</string>
+ <string name="config_save_error">Unable to save configuration for “%s”: %s</string>
<string name="config_save_success">Successfully saved configuration for “%s”</string>
<string name="create_activity_title">Create WireGuard Tunnel</string>
<string name="create_empty">Create from scratch</string>