summaryrefslogtreecommitdiff
path: root/res/xml/vpn_authentification.xml
diff options
context:
space:
mode:
authorschwabe <none@none>2012-04-29 15:22:01 +0200
committerschwabe <none@none>2012-04-29 15:22:01 +0200
commit9a6b3b13a6ea67543173bacbc8e01ade44a1382f (patch)
treea40f9151d8bd58ec0c39835168f268101d5a4104 /res/xml/vpn_authentification.xml
parent6dbfffefaf70609ac5bb7b3ebd71a0258427360a (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.xml15
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