From fae0343025699f20462f431cb9468d2c58e7c511 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 31 May 2012 22:20:51 +0200 Subject: - fix a few more strings - add editing xxx title to cfonig settings --- src/de/blinkt/openvpn/LaunchVPN.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/LaunchVPN.java') diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java index b7b010a4..4b21c959 100644 --- a/src/de/blinkt/openvpn/LaunchVPN.java +++ b/src/de/blinkt/openvpn/LaunchVPN.java @@ -301,7 +301,7 @@ public class LaunchVPN extends ListActivity implements OnItemClickListener { } } else if (resultCode == Activity.RESULT_CANCELED) { - // User does want us to start, so we just vanish + // User does not want us to start, so we just vanish finish(); } } -- cgit v1.2.3