diff options
Diffstat (limited to 'main/src/ui/res/xml')
-rw-r--r-- | main/src/ui/res/xml/vpn_authentification.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/res/xml/vpn_authentification.xml b/main/src/ui/res/xml/vpn_authentification.xml index 374431e7..be24495a 100644 --- a/main/src/ui/res/xml/vpn_authentification.xml +++ b/main/src/ui/res/xml/vpn_authentification.xml @@ -52,7 +52,7 @@ <EditTextPreference android:dialogMessage="@string/chipher_dialog_message" android:dialogTitle="@string/cipher_dialog_title" - android:key="cipher" + android:key="dataciphers" android:persistent="false" android:title="@string/encryption_cipher" /> <EditTextPreference |