From e83f3acd26fbfb51366cae9b184e69e5376ae10d Mon Sep 17 00:00:00 2001 From: Ammar Yasir Date: Sun, 31 Jul 2011 12:35:07 +0530 Subject: [PATCH] Added to 'How to use' message content, strings are converted into integers for plotting purpose. --- js/messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');