diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/vpn_authentification.xml | 2 | ||||
-rw-r--r-- | res/xml/vpn_headers.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 79d69697..99e0f3e8 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -16,7 +16,7 @@ android:key="remotecn" android:title="@string/enter_tlscn_title" /> - <PreferenceCategory android:title="TLS Authentication" > + <PreferenceCategory android:title="@string/tls_authentication" > <SwitchPreference android:key="useTLSAuth" android:summary="@string/tls_key_auth" diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index c840e6ab..11409a8d 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -26,6 +26,6 @@ <header android:fragment="de.blinkt.openvpn.ShowConfigFragment" android:summary="Shows the generated openvpn Configuration File" - android:title="Generated Config" /> + android:title="@string/generated_config" /> </preference-headers>
\ No newline at end of file |