diff --git a/js/messages.php b/js/messages.php index 5468e6c882..9aa75b1d1c 100644 --- a/js/messages.php +++ b/js/messages.php @@ -340,7 +340,7 @@ $js_messages['strCellEditHint'] = __('Press escape to cancel editing.'); $js_messages['strSaveCellWarning'] = __('You have edited some data and they have not been saved. Are you sure you want to leave this page before saving the data?'); $js_messages['strColOrderHint'] = __('Drag to reorder.'); $js_messages['strSortHint'] = __('Click to sort.'); -$js_messages['strRemColHint'] = __('Hold shift and click to remove column from order by clause.'); +$js_messages['strRemColHint'] = __('Hold shift and click to remove column from ORDER BY clause.'); $js_messages['strColMarkHint'] = __('Click to mark/unmark.'); $js_messages['strColNameCopyHint'] = __('Double-click to copy column name.'); $js_messages['strColVisibHint'] = __(