Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-06-23 14:28:13 +02:00
commit 2241e1877d

View File

@ -82,8 +82,7 @@ $response->addHTML($addNewColumn);
if ($total_rows <= 0) {
$response->addHTML(
'<fieldset>' . __(
'There are no columns in central list to display for the current '
. 'database.'
'The central list of columns for the current database is empty.'
) . '</fieldset>'
);
$columnAdd = PMA_getHTMLforAddCentralColumn($total_rows, $pos, $db);