diff --git a/plugins/localdump/mysql.sh b/plugins/localdump/mysql.sh
index 1e0333c7ef7247e8c49f07e7b9e67491636b568a..072fd117a2b30619e4e5fd2c485b9a159eebb91e 100755
--- a/plugins/localdump/mysql.sh
+++ b/plugins/localdump/mysql.sh
@@ -101,7 +101,7 @@ function mysql.db.dump(){
           _iTables=$( mysql --skip-column-names --batch -e "use $_dbname; show tables ;" | wc -l )
           if [ $_iTables -eq 0 ];
           then
-            echo -n "NO DATA in database"
+            echo -n "EMPTY DATABASE ... "
           else
             echo "ERROR: no data - the dump doesn't contain any CREATE or INSERT statement."
             # force an error