diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-23 00:07:02 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-23 00:07:02 +0200 |
commit | 58e2574f6a27930679f976278ad9c3dbc8d4ef2a (patch) | |
tree | ed66e30a6d1acf1fcb68672cb636507e0bd89d2a /res/xml/vpn_authentification.xml | |
parent | 488a41cc60636298581c2b44b4706b259fc98a36 (diff) |
Doing progress on the Preference dialog chaos
Diffstat (limited to 'res/xml/vpn_authentification.xml')
-rw-r--r-- | res/xml/vpn_authentification.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 11ea3abe..949093d6 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -3,9 +3,9 @@ <CheckBoxPreference android:key="remoteServerTLS" - android:summary="Checks whether the server use a TLS Server Certificate" + android:summary="Checks whether the server uses a TLS Server Certificate" android:title="Except TLS Server" /> - <de.blinkt.openvpn.VPNConfigPreference - android:title="Whaaaaats UUUUuuuuup?" /> + + <CheckBoxPreference android:key="useTLSAuth"/> </PreferenceScreen>
\ No newline at end of file |