aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-10-05 18:34:51 -0700
committerJeremy Klein <jlklein@google.com>2015-10-06 13:02:43 -0700
commit531add53ae61b1ebf39a101919906f9913e5ec03 (patch)
tree21ae143edfa51e7e3663f5f93086f5a337c1c2a4 /app/src/main/res/values/strings.xml
parent505d8fdab97829cbd87dbcf476e029a44d886a90 (diff)
downloadconnectbot-531add53ae61b1ebf39a101919906f9913e5ec03.tar.gz
connectbot-531add53ae61b1ebf39a101919906f9913e5ec03.tar.bz2
connectbot-531add53ae61b1ebf39a101919906f9913e5ec03.zip
Lint fixes.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9482d9c..baf2db4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -103,8 +103,14 @@
<string name="keyboard_shortcuts">"Keyboard Shortcuts"</string>
<!-- Text in a keyboard shortcuts list lined up to keys which increase the terminal font-size. -->
<string name="increase_font_size">"Increase Font Size"</string>
+ <!-- Keyboard shortcut for increasing the font size. -->
+ <string name="increase_font_shortcut">Ctrl and +</string>
<!-- Text in a keyboard shortcuts list lined up to keys which decrease the terminal font-size. -->
<string name="decrease_font_size">"Decrease Font Size"</string>
+ <!-- Keyboard shortcut for decreasing the font size. -->
+ <string name="decrease_font_shortcut">Ctrl and -</string>
+ <!-- Keyboard shortcut for pasting into the terminal. -->
+ <string name="paste_shortcut">Ctrl-Shift-V</string>
<string name="pubkey_generate">"Generate"</string>
<string name="pubkey_import">"Import"</string>