summaryrefslogtreecommitdiff
path: root/res/xml/vpn_obscure.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@blinkt.de>2012-05-03 11:05:51 +0200
committerArne Schwabe <arne@blinkt.de>2012-05-03 11:05:51 +0200
commit9cd2069d5d57fc605a8eae3e6f8a0b09b56d4c16 (patch)
treedf014ff7249ae21affb2c15b4065bf2993ba9ce5 /res/xml/vpn_obscure.xml
parent3512dd8de571c8183a7e7476db30a928573d8442 (diff)
extract settings string to ressource file.
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5
Diffstat (limited to 'res/xml/vpn_obscure.xml')
-rw-r--r--res/xml/vpn_obscure.xml8
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