diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-30 05:00:51 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-04-30 05:29:54 +0200 |
commit | 73b0c4ea8116c4b1088dcd84cb2f4d7181baf7ab (patch) | |
tree | 225036077f4ef272531cf4e87e423c603181b449 /app/src/main/res/values/strings.xml | |
parent | 622f41f11f92005e2dd3791fd13b0ace294958d5 (diff) |
TunnelEditorFragment: rewrite and simplify
This should remove some null pointer dereferences and overall make the
thing more robust.
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.xml | 2 |
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> |