diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-18 14:11:37 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-18 14:11:37 +0200 |
commit | 40eb17c3c472bf088568abe7082427f1ab891399 (patch) | |
tree | f1433083ca238930bf3b8167d6c38a7a3cacb2ec /res/xml/vpn_headers.xml | |
parent | f743921f5812cd7f6c6b681382d60508ed02a4a9 (diff) |
Allow only one log window at a time (closes issue #26)
Make OpenvpnService honour net30 routes (closes issue #24)
Diffstat (limited to 'res/xml/vpn_headers.xml')
-rw-r--r-- | res/xml/vpn_headers.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index 3762d445..c840e6ab 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -4,14 +4,12 @@ <header android:id="@+id/basicsettingsid" android:fragment="de.blinkt.openvpn.Settings_Basic" - android:tag="BasicSettings" - android:title="Basic Settings" /> + android:title="Basic" /> <!-- android:icon="@drawable/ic_settings_applications" --> <header android:fragment="de.blinkt.openvpn.Settings_IP" - android:summary="IP Address" - android:title="IP Settings" /> + android:title="IP and DNS" /> <header android:fragment="de.blinkt.openvpn.Settings_Routing" android:title="Routing" /> @@ -23,7 +21,7 @@ <header android:fragment="de.blinkt.openvpn.Settings_Obscure" android:summary="Obscure OpenVPN Settings. Normally not needed." - android:title="Obscure" > + android:title="Advanced" > </header> <header android:fragment="de.blinkt.openvpn.ShowConfigFragment" |