From 435a4406d76d06266463e9d062c9ec8b3fed39f3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 23 Jun 2014 08:27:47 -0400 Subject: [PATCH] Improve message Signed-off-by: Marc Delisle --- db_central_columns.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db_central_columns.php b/db_central_columns.php index 39009aa9a2..88ec520957 100644 --- a/db_central_columns.php +++ b/db_central_columns.php @@ -82,8 +82,7 @@ $response->addHTML($addNewColumn); if ($total_rows <= 0) { $response->addHTML( '
' . __( - 'There are no columns in central list to display for the current ' - . 'database.' + 'The central list of columns for the current database is empty.' ) . '
' ); $columnAdd = PMA_getHTMLforAddCentralColumn($total_rows, $pos, $db);