Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-02-08 14:48:33 +01:00
commit 6f9cafeff8

View File

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