diff options
author | schwabe <devnull@localhost> | 2012-04-29 15:22:01 +0200 |
---|---|---|
committer | schwabe <devnull@localhost> | 2012-04-29 15:22:01 +0200 |
commit | 1f3ea57ee9f0cabdcfd2b585f16bf754984a669d (patch) | |
tree | a40f9151d8bd58ec0c39835168f268101d5a4104 /res/xml/vpn_authentification.xml | |
parent | 63e466054c2f1d66e4618ac4d73208751f1e5bd1 (diff) |
Version 0.4
fixes iusse #1
fixes iusse #2
fixes iusse #3
Diffstat (limited to 'res/xml/vpn_authentification.xml')
-rw-r--r-- | res/xml/vpn_authentification.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 0444831b..ceeb514b 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -25,16 +25,17 @@ <Preference android:dependency="useTLSAuth" android:key="tlsAuthFile" - android:title="Title Auth File" /> + android:title="TLS Auth File" /> <ListPreference - android:dependency="useTLSAuth" - android:dialogMessage="Select the direction for TLS Auth." - android:entries="@array/tls_directions" - android:entryValues="@array/tls_directions_entries" + android:entries="@array/tls_directions_entries" + android:dependency="useTLSAuth" + + android:entryValues="@array/tls_directions_values" android:key="tls_direction" - android:title="TLS Direction" - android:persistent="false"/> + android:persistent="false" + android:title="TLS Direction" /> </PreferenceCategory> +/> </PreferenceScreen>
\ No newline at end of file |