diff options
author | Arne Schwabe <arne@rfc2549.org> | 2020-09-14 00:31:00 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2020-09-14 00:31:00 +0200 |
commit | ab86d5bc54f10fa043972c9f7cc6f6898ac34b0c (patch) | |
tree | 698b76d7bd7979c2cb59c95de0a3ace0cce4fda8 /main/src/ui/res/xml | |
parent | 3abeb389bf62bcbedd668e3ee661249c7748cc16 (diff) |
Include --cipher into --data-ciphers for the sake of compatibility
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 |