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/main_headers.xml | |
parent | b7b4e00536107c951a2642a2a1a3fe21a65510a0 (diff) | |
parent | 69f36a1ffafafc233291f44af0b7146428b764a3 (diff) |
Merge Merge try number 2
Diffstat (limited to 'res/xml/main_headers.xml')
-rw-r--r-- | res/xml/main_headers.xml | 9 |
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 |