Skip to content

Commit

Permalink
When referring to a table, we use the term "column"
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Delisle committed Feb 8, 2013
1 parent ed31b89 commit dd04178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbl_chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

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 .= '</select>'
Expand Down

0 comments on commit dd04178

Please sign in to comment.