From 2b87de98fc5507db76ef71e4ea1af70ad8240b5d Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 14 May 2009 17:50:52 +0000 Subject: * Fixed some buggy strings * Externalized "No hosts connected" string git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@235 df292f66-193f-0410-a5fc-6d59da041ff2 --- res/layout/act_console.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/act_console.xml') diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml index da58b8c..336dddc 100644 --- a/res/layout/act_console.xml +++ b/res/layout/act_console.xml @@ -26,7 +26,7 @@ android:id="@android:id/empty" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:text="No hosts currently connected" + android:text="@string/terminal_no_hosts_connected" android:textAppearance="?android:attr/textAppearanceMedium" android:gravity="center" /> -- cgit v1.2.3