diff --git a/js/messages.php b/js/messages.php index a66e20b8db..4c10d2fee8 100644 --- a/js/messages.php +++ b/js/messages.php @@ -213,7 +213,7 @@ $js_messages['strShowSearchCriteria'] = __('Show search criteria'); /* For tbl_zoom_plot.js */ $js_messages['strZoomSearch'] = __('Zoom Search'); -$js_messages['strDisplayHelp'] = __('* Each point represents a data row.
* Hovering over a point will show its label.
* Drag and select an area in the plot to zoom into it.
* Click reset zoom link to come back to original state.
* Click a data point to view and possibly edit the data row.
* The plot can be resized by dragging it along the bottom right corner.
'); +$js_messages['strDisplayHelp'] = __('* Each point represents a data row.
* Hovering over a point will show its label.
* Drag and select an area in the plot to zoom into it.
* Click reset zoom link to come back to original state.
* Click a data point to view and possibly edit the data row.
* The plot can be resized by dragging it along the bottom right corner.
* Strings are converted into integer for plotting'); $js_messages['strInputNull'] = __('Select two columns'); $js_messages['strSameInputs'] = __('Select two different columns');