summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/faq.xml10
-rw-r--r--res/values/strings.xml2
2 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml
index 8cdf7326..6504afcf 100644
--- a/res/layout/faq.xml
+++ b/res/layout/faq.xml
@@ -35,6 +35,16 @@
<TextView
style="@style/faqhead"
+ android:text="@string/faq_shortcut" />
+
+ <TextView
+ style="@style/faqitem"
+ android:text="@string/faq_howto_shortcut" />
+
+
+
+ <TextView
+ style="@style/faqhead"
android:text="@string/tap_mode" />
<TextView
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5d7b5396..dcf33197 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -182,4 +182,6 @@
<string name="faq_summary">frequently asked questions and some adivce</string>
<string name="copying_log_entries">Copying log entries</string>
<string name="faq_copying">To copy a single log entry press and and hold on the log entry. To copy/send the whole log use the Send Log option. Use the hardware menu button if not visible in the gui.</string>
+ <string name="faq_shortcut">Shortcut to start</string>
+ <string name="faq_howto_shortcut">You can place a shortcut to start OpenVPN on your desktop. Depending on your homescreen program you have to add a shortcut or a widget.</string>
</resources>