summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-28 14:07:49 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-28 14:07:49 +0100
commit786f531907675739f6a3e068b5b123256ebd119b (patch)
tree2c47f1173457afceef9a2c24a10c061378a0d94f
parent8fa4ce92ac943030b13695e5e122322e0344d901 (diff)
Fix wrong string being used
-rw-r--r--src/de/blinkt/openvpn/LaunchVPN.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java
index 20683805..7aed4e4a 100644
--- a/src/de/blinkt/openvpn/LaunchVPN.java
+++ b/src/de/blinkt/openvpn/LaunchVPN.java
@@ -248,7 +248,7 @@ public class LaunchVPN extends Activity {
if (intent != null) {
- VpnStatus.updateStateString("USER_VPN_PERMISSION", "", R.string.state_user_vpn_password,
+ VpnStatus.updateStateString("USER_VPN_PERMISSION", "", R.string.state_user_vpn_permission,
ConnectionStatus.LEVEL_WAITING_FOR_USER_INPUT);
// Start the query
try {