diff --git a/localdump.sh b/localdump.sh
index a5feabbddca0d4e81d95574a4569772f0da4723b..ac35250e12b2e6b32c2e9a5caf551cdbe2355034 100755
--- a/localdump.sh
+++ b/localdump.sh
@@ -264,7 +264,7 @@
     
         case $_lines in
             0)
-                color.echo error "ERROR no data for a further selection. Aborting."
+                color.echo error "ERROR: No data found for a selection. Aborting."
                 echo
                 exit 1
                 ;;