From 73b0c4ea8116c4b1088dcd84cb2f4d7181baf7ab Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 30 Apr 2018 05:00:51 +0200 Subject: TunnelEditorFragment: rewrite and simplify This should remove some null pointer dereferences and overall make the thing more robust. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values') 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 @@ Unable to create tunnel: %s Successfully created tunnel “%s” Unable to rename tunnel: %s - Successfully renamed tunnel “%s” to “%s” + Successfully renamed tunnel to “%s” -- cgit v1.2.3