2012-06-21 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2012-06-21 11:14:30 +00:00
parent d5a5a717f6
commit 81455db8a9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2012-06-21 Sergio Martin <sergio.martin@artica.es>
* operation/users/webchat.php: Changed a string to
be translated
Merged from 4.0.2
2012-06-21 Hirofumi Kosaka <kosaka@rworks.jp>
* extensions/pandora_logs.php: show the last 500k bytes

View File

@ -84,7 +84,7 @@ $table->data[0][1] = '<h4>' . __('Users Online') . '</h4>' .
overflow: auto; padding: 10px;"></div>';
$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);