aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-11 15:35:24 -0500
committerKenny Root <kenny@the-b.org>2015-08-11 15:36:22 -0500
commita7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7 (patch)
treed0f13559fa5b3e33af633598b8e63181e6ce873c /app/src/main/res/values/strings.xml
parentc1754664adc774d7884bc0ad680744fef45ba93a (diff)
downloadconnectbot-a7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7.tar.gz
connectbot-a7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7.tar.bz2
connectbot-a7a8c9cb7b0efdcef4d16f00ed03620e90c67cd7.zip
Use unicode symbols for arrow buttons
This relieves some need for translations to many languages.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml16
1 files changed, 4 insertions, 12 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b7a1cd2..e08dbd4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -521,10 +521,10 @@
<!-- Describes the icon of the "send escape character" button in the terminal view for
accessibility purposes. -->
<string name="image_description_send_escape_character">Send escape character.</string>
-
- <!-- Describes the icon of the "send tab character" button in the terminal view for
- accessibility purposes. -->
- <string name="image_description_send_tab_character">Send TAB character.</string>
+
+ <!-- Describes the icon of the "send tab character" button in the terminal view for
+ accessibility purposes. -->
+ <string name="image_description_send_tab_character">Send TAB character.</string>
<!-- Describes the icon of the "show keyboard" button in the terminal view for accessibility
purposes. -->
@@ -552,12 +552,4 @@
<string name="button_key_ctrl">Ctrl</string>
<!-- Text for the "Tab" button in virtual keyboard. -->
<string name="button_key_tab">Tab</string>
- <!-- Text for the "up" button in virtual keyboard. -->
- <string name="button_key_up">Up</string>
- <!-- Text for the "down" button in virtual keyboard. -->
- <string name="button_key_down">Down</string>
- <!-- Text for the "left" button in virtual keyboard. -->
- <string name="button_key_left">Left</string>
- <!-- Text for the "right" button in virtual keyboard. -->
- <string name="button_key_right">Right</string>
</resources>