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 | 2e8d3f34dadb5661ae79c48c82d81d4837714194 (patch) | |
tree | 225036077f4ef272531cf4e87e423c603181b449 /app/src/main/res | |
parent | bf362f8c07447d58c1e382b871ccc3d178c3db6c (diff) |
TunnelEditorFragment: rewrite and simplify
This should remove some null pointer dereferences and overall make the
thing more robust.
Diffstat (limited to 'app/src/main/res')
-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> |