aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_console.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2011-12-17 16:58:51 -0600
committerKenny Root <kenny@the-b.org>2011-12-17 16:58:51 -0600
commitb4ae12d36fe991f54abfc7c525800421bbfcf878 (patch)
treee4bc71488a917f8827eb71faf280e7e63562d8ce /res/layout/act_console.xml
parentbedeeff28c75c7719e6f246485728d809cdb4e24 (diff)
downloadconnectbot-b4ae12d36fe991f54abfc7c525800421bbfcf878.tar.gz
connectbot-b4ae12d36fe991f54abfc7c525800421bbfcf878.tar.bz2
connectbot-b4ae12d36fe991f54abfc7c525800421bbfcf878.zip
Externalize some strings
Diffstat (limited to 'res/layout/act_console.xml')
-rw-r--r--res/layout/act_console.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml
index 7d0cfee..f7db787 100644
--- a/res/layout/act_console.xml
+++ b/res/layout/act_console.xml
@@ -134,6 +134,7 @@
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:src="@+drawable/button_keyboard"
+ android:contentDescription="@string/image_description_show_keyboard"
/>
<ImageView
@@ -144,6 +145,7 @@
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
android:src="@+drawable/button_ctrl"
+ android:contentDescription="@string/image_description_toggle_control_character"
/>
<ImageView
@@ -154,6 +156,7 @@
android:layout_toRightOf="@+id/button_ctrl"
android:layout_alignParentBottom="true"
android:src="@+drawable/button_esc"
+ android:contentDescription="@string/image_description_send_escape_character"
/>
</RelativeLayout>