diff --git a/DBcopy/Steps/NotifyAndStopOnDowngrade.pm b/DBcopy/Steps/NotifyAndStopOnDowngrade.pm
index f3fa55ad4faaf690fb9806afd13f1dcfdab944da..68457c185c93923436a7216ce25f73964b657821 100644
--- a/DBcopy/Steps/NotifyAndStopOnDowngrade.pm
+++ b/DBcopy/Steps/NotifyAndStopOnDowngrade.pm
@@ -3,8 +3,8 @@ use utf8;
 
 use parent 'DBcopy::BaseStep';
 our $label = 'NOTIFY_AND_STOP_ON_DOWNGRADE';
-our $description = 'HISinOne-Zielversion aelter als Quellversion, breche ab und sende Benachrichtigung.';
-our $message = "HISinOne target version older than source version, canceling and sending notification.";
+our $description = 'Pruefe HISinOne-Zielversion: Breche ab und sende Benachrichtigung falls aelter als Quellversion.';
+our $message = "Checking HISinOne target version: Canceling and sending notification if older than source version.";
 sub run{
 	if($DBcopy::version_state == DBcopy::DB::VERSION_SOURCE_NEWER){
 		DBcopy::DB::set_error_code('NOTIFY_AND_STOP_ON_DOWNGRADE/TARGET_OLDER_THAN_SOURCE');
diff --git a/debian/changelog b/debian/changelog
index b34a6e6a22f6bada80ea0870c9fd4a966a5302d3..dcf3f3498086aa49bd6402a435c00cd4375bcf7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hiodbcopy (0.24) stable; urgency=medium
+
+  * Clarify message of version check.
+
+ -- Jan-Martin Raemer <raemer@zit-rlp.de>  Thu, 13 Apr 2023 12:47:23 +0200
+
 hiodbcopy (0.23) stable; urgency=medium
 
   * Fix: Stop puppet on target DB (was disabled twice)