diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/main_headers.xml | 8 | ||||
-rw-r--r-- | res/xml/vpn_headers.xml | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/res/xml/main_headers.xml b/res/xml/main_headers.xml index 92740382..1ee238ea 100644 --- a/res/xml/main_headers.xml +++ b/res/xml/main_headers.xml @@ -2,18 +2,18 @@ <preference-headers xmlns:android="http://schemas.android.com/apk/res/android" > <header - android:fragment="de.blinkt.openvpn.VPNProfileList" + android:fragment="se.leap.openvpn.VPNProfileList" android:summary="@string/vpn_list_summary" android:title="@string/vpn_list_title" /> <header - android:fragment="de.blinkt.openvpn.GeneralSettings" + android:fragment="se.leap.openvpn.GeneralSettings" android:title="@string/generalsettings" /> <header - android:fragment="de.blinkt.openvpn.FaqFragment" + android:fragment="se.leap.openvpn.FaqFragment" android:summary="@string/faq_summary" android:title="@string/faq" /> <header - android:fragment="de.blinkt.openvpn.AboutFragment" + android:fragment="se.leap.openvpn.AboutFragment" android:summary="@string/about_summary" android:title="@string/about" /> 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" /> |