Merge l10n string

This commit is contained in:
Tyron Madlener 2011-08-08 17:01:52 +03:00
parent d257c39339
commit 949bd599dc
2 changed files with 1 additions and 4 deletions

View File

@ -61,10 +61,7 @@ $js_messages['strRemovingSelectedUsers'] = __('Removing Selected Users');
$js_messages['strClose'] = __('Close');
/* for server_status.js */
$js_messages['strClickToSort'] = __('Click to sort');
$js_messages['strEdit'] = __('Edit');
$js_messages['strLiveTrafficChart'] = __('Live traffic chart');
$js_messages['strLiveConnChart'] = __('Live conn./process chart');
$js_messages['strLiveQueryChart'] = __('Live query chart');

View File

@ -82,7 +82,7 @@ $(function() {
var tabChart = new Object();
/*** Table sort tooltip ***/
PMA_createqTip($('table.sortable thead th'), PMA_messages['strClickToSort']);
PMA_createqTip($('table.sortable thead th'), PMA_messages['strSortHint']);
// Tell highcarts not to use UTC dates (global setting)
Highcharts.setOptions({