aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-10-07 11:38:35 -0700
committerJeremy Klein <jlklein@google.com>2015-10-09 11:29:27 -0700
commitbe032f4719736adb19c1ec174d869923555e6d48 (patch)
treec56cf7f6f11687bf08ff60feb7b11f0d0929c5e7 /app/src/main/res/values/strings.xml
parent93f28ba0db2d4c3cfe699aa7b217362e608bdccd (diff)
downloadconnectbot-be032f4719736adb19c1ec174d869923555e6d48.tar.gz
connectbot-be032f4719736adb19c1ec174d869923555e6d48.tar.bz2
connectbot-be032f4719736adb19c1ec174d869923555e6d48.zip
Make the pg up/down gesture a preference which is disabled by default.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7d44f8d..b92cc28 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -83,7 +83,7 @@
<string name="page_updn_header">"Page Up / Page Down"</string>
<!-- Instructions about paging up and down in the terminal. -->
- <string name="page_updn_content">"Swiping your finger up and down on the left third of the screen will send a page up and page down key to the remote host. Many programs map this to scrolling back into history such as irssi or tinyfugue."</string>
+ <string name="page_updn_content">"NOTE: This must be enabled in settings."\n\n"Swiping your finger up and down on the left third of the screen will send a page up and page down key to the remote host. Many programs map this to scrolling back into history such as irssi or tinyfugue."</string>
<!-- Captions for images showing the page up/down gestures. -->
<string name="page_up">"Page up"</string>
@@ -236,6 +236,11 @@
<!-- Summary for the titlebar hide preference -->
<string name="pref_titlebarhide_summary">"Tap console to show title bar and access menu"</string>
+ <!-- Name for the page up/down gesture preference -->
+ <string name="pref_pg_updn_gesture_title">"Page up/down gesture"</string>
+ <!-- Summary for the full screen preference -->
+ <string name="pref_pg_updn_gesture_summary">"Swipe the left third of the screen to send pg up/dn to the terminal"</string>
+
<!-- Name for the full screen preference -->
<string name="pref_fullscreen_title">"Full screen"</string>
<!-- Summary for the full screen preference -->