From dd04178c776cdb6f21c9a94265b6181fe3bbce89 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 8 Feb 2013 08:47:56 -0500 Subject: [PATCH] When referring to a table, we use the term "column" --- tbl_chart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_chart.php b/tbl_chart.php index f254c5a223..32602852a8 100644 --- a/tbl_chart.php +++ b/tbl_chart.php @@ -205,7 +205,7 @@ if (count($keys) > 1) { if (! $numeric_fields_present) { $response->isSuccess(false); - $response->addJSON('message', __('No numeric fields present in the table to plot.')); + $response->addJSON('message', __('No numeric columns present in the table to plot.')); exit; } $htmlString .= ''