summaryrefslogtreecommitdiff
path: root/res/xml/vpn_headers.xml
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-01-22 22:26:08 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-01-22 22:26:08 -0700
commit2bb6e8c9a956c56658807c7f2d25ab850243bbe6 (patch)
tree9e3a2e318d0503b33d94514836b8a9bc2db8aaa6 /res/xml/vpn_headers.xml
parent613543d9c00e607f25e7f745a60fb4e3ec3b5148 (diff)
Start rebranding: a whole lotta string replacement, moving src/ file tree
Diffstat (limited to 'res/xml/vpn_headers.xml')
-rw-r--r--res/xml/vpn_headers.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml
index 495c2c72..96b49bf8 100644
--- a/res/xml/vpn_headers.xml
+++ b/res/xml/vpn_headers.xml
@@ -3,28 +3,28 @@
<header
android:id="@+id/basicsettingsid"
- android:fragment="de.blinkt.openvpn.Settings_Basic"
+ android:fragment="se.leap.openvpn.Settings_Basic"
android:title="@string/basic" />
<!-- android:icon="@drawable/ic_settings_applications" -->
<header
- android:fragment="de.blinkt.openvpn.Settings_IP"
+ android:fragment="se.leap.openvpn.Settings_IP"
android:title="@string/ipdns" />
<header
- android:fragment="de.blinkt.openvpn.Settings_Routing"
+ android:fragment="se.leap.openvpn.Settings_Routing"
android:title="@string/routing" />
<header
- android:fragment="de.blinkt.openvpn.Settings_Authentication"
+ android:fragment="se.leap.openvpn.Settings_Authentication"
android:title="@string/settings_auth" />
<!-- android:icon="@drawable/ic_settings_display" -->
<header
- android:fragment="de.blinkt.openvpn.Settings_Obscure"
+ android:fragment="se.leap.openvpn.Settings_Obscure"
android:summary="@string/obscure"
android:title="@string/advanced" >
</header>
<header
- android:fragment="de.blinkt.openvpn.ShowConfigFragment"
+ android:fragment="se.leap.openvpn.ShowConfigFragment"
android:summary="@string/generated_config_summary"
android:title="@string/generated_config" />