From 82ab548e37480b44dd0932079ce5a30ae6da3a8b Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Thu, 21 Jun 2012 11:14:30 +0000 Subject: [PATCH] 2012-06-21 Sergio Martin * operation/users/webchat.php: Changed a string to be translated git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6649 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/operation/users/webchat.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5d8affe211..f7f02b3657 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2012-06-21 Sergio Martin + + * operation/users/webchat.php: Changed a string to + be translated + + Merged from 4.0.2 + 2012-06-21 Hirofumi Kosaka * extensions/pandora_logs.php: show the last 500k bytes diff --git a/pandora_console/operation/users/webchat.php b/pandora_console/operation/users/webchat.php index 21ee43d9b0..2eef371352 100644 --- a/pandora_console/operation/users/webchat.php +++ b/pandora_console/operation/users/webchat.php @@ -84,7 +84,7 @@ $table->data[0][1] = '

' . __('Users Online') . '

' . overflow: auto; padding: 10px;">'; $table->data[1][0] = html_print_input_text('message_box', '', '', 100, 150, true); -$table->data[1][1] = html_print_button('send', 'send', false, 'send_message()', +$table->data[1][1] = html_print_button(__('Send message'), 'send', false, 'send_message()', 'class="sub next" style="width: 100%"', true); html_print_table($table);