summaryrefslogtreecommitdiff
path: root/res/xml/main_headers.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/main_headers.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/main_headers.xml')
-rw-r--r--res/xml/main_headers.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml
index 7ea95848..0270f9bf 100644
--- a/res/xml/main_headers.xml
+++ b/res/xml/main_headers.xml
@@ -3,12 +3,13 @@
<header
android:fragment="de.blinkt.openvpn.VPNProfileList"
- android:summary="List of all configured VPNs"
- android:title="All your precious VPNs" />
+ android:summary="@string/vpn_list_summary"
+ android:title="@string/vpn_list_title" />
<header
android:fragment="de.blinkt.openvpn.AboutFragment"
- android:summary="About Openvpn for Android"
- android:title="About" />
+ android:summary="@string/about_summary"
+ android:title="@string/about" />
+
</preference-headers> \ No newline at end of file