diff --git a/check_backup_one b/check_backup_one
index 4a11aff742d0cfb6955c01641099d6c406b46967..9427730a180a27eb8a016a416a9c9296e79a46fa 100755
--- a/check_backup_one
+++ b/check_backup_one
@@ -14,7 +14,7 @@
 
 
 . $(dirname $0)/inc_pluginfunctions
-export self_APPVERSION=0.2
+export self_APPVERSION=1.0
 
 sInstalldir=/opt/imlbackup/server
 sScript=storage_helper.sh
@@ -80,13 +80,13 @@ while [[ "$#" -gt 0 ]]; do case $1 in
 esac; done
 
 if [ -z "$sMode" ]; then
-    ph.abort "ERROR: The mode was not set. Use parameter -m for it. Get help wit -h"
+    ph.abort "ERROR: The mode was not set. Use parameter -m for it. Get help wit -h."
 fi
 
 myscript="$sInstalldir/$sScript"
 
 if [ ! -x "$myscript" ]; then
-    ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help wit -h"
+    ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help wit -h."
 fi
 
 # --- read data