aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-11-06 09:07:01 -0800
committerKenny Root <kenny@the-b.org>2015-11-06 09:07:01 -0800
commitad6d5bb18bfba975386210f2114d15a9d49d4a73 (patch)
tree5f30db0aa6effc4663bb1f694f9cdc12b09c0fca /app/src/main/res/values/strings.xml
parent9bcc1233fba2a81a0f60cee25b34a7350a49dd0b (diff)
parenta60d7944928b03c8426a1b1d2c0c8b036b1535c8 (diff)
downloadconnectbot-ad6d5bb18bfba975386210f2114d15a9d49d4a73.tar.gz
connectbot-ad6d5bb18bfba975386210f2114d15a9d49d4a73.tar.bz2
connectbot-ad6d5bb18bfba975386210f2114d15a9d49d4a73.zip
Merge pull request #330 from alescdb/keyboard-always-visible
Add an option to always show the virtual keyboard (special keys)
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 34dcb64..45ef38c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -219,6 +219,9 @@
<!-- Summary for the titlebar hide preference -->
<string name="pref_titlebarhide_summary">"Tap console to show title bar and access menu"</string>
+ <!-- Title for special keys always visible preference -->
+ <string name="pref_alwaysvisible_title">Special keys always visible</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 -->
@@ -636,5 +639,4 @@
<string name="discard_host_button">Discard</string>
<!-- Text for button which does not discard changes and keeps editing. -->
<string name="discard_host_cancel_button">Keep editing</string>
-
</resources>