summaryrefslogtreecommitdiff
path: root/res/xml/vpn_headers.xml
diff options
context:
space:
mode:
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" />