diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-03 22:51:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-03 22:51:47 +0200 |
commit | 815eb143e98b57b6cd1f43c7c3007416ed4b1a91 (patch) | |
tree | 2359f4fca5e51d2b7eb253728f62b74db7da0e69 /res/xml/vpn_obscure.xml | |
parent | b7b4e00536107c951a2642a2a1a3fe21a65510a0 (diff) | |
parent | 69f36a1ffafafc233291f44af0b7146428b764a3 (diff) |
Merge Merge try number 2
Diffstat (limited to 'res/xml/vpn_obscure.xml')
-rw-r--r-- | res/xml/vpn_obscure.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/vpn_obscure.xml b/res/xml/vpn_obscure.xml index 6c7d4983..44f71c52 100644 --- a/res/xml/vpn_obscure.xml +++ b/res/xml/vpn_obscure.xml @@ -7,7 +7,7 @@ android:entryValues="@array/verb_values" android:key="verblevel" android:persistent="false" - android:title="Log verbosity level" /> + android:title="@string/log_verbosity_level" /> <CheckBoxPreference android:key="useRandomHostname" @@ -17,8 +17,8 @@ <CheckBoxPreference android:key="useFloat" android:persistent="false" - android:summary="Allows authenticated packets from any IP" - android:title="Allow floating server" /> + android:summary="@string/float_summary" + android:title="@string/float_title" /> <!-- <CheckBoxPreference android:key="setmtu" android:title="Set custom MTU" /> @@ -62,7 +62,7 @@ android:dialogMessage="@string/custom_option_warning" android:key="customOptions" android:persistent="false" - android:title="Custom Options" /> + android:title="@string/custom_options_title" /> </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |