Index: trunk/BNC/bncgetthread.cpp
===================================================================
--- trunk/BNC/bncgetthread.cpp	(revision 658)
+++ trunk/BNC/bncgetthread.cpp	(revision 659)
@@ -479,5 +479,5 @@
             // ---------------------
             if ( begCorrupt && !endCorrupt && secSucc > _noticeReco * 60 ) {
-              emit(newMessage(_staID + ": End_Corrupted threshold exceeded"));
+              emit(newMessage(_staID + ": End_Corrupted, Recovery threshold exceeded"));
               callScript("End_Corrupted");
               endCorrupt = true;
@@ -490,5 +490,5 @@
               // -----------------------
               if ( !begCorrupt && secFail > _noticeFail * 60 ) {
-                emit(newMessage(_staID + ": Begin_Corrupted threshold exceeded"));
+                emit(newMessage(_staID + ": Begin_Corrupted, Failure threshold exceeded"));
                 callScript("Begin_Corrupted");
                 begCorrupt = true;
@@ -508,5 +508,5 @@
         _decodeStart.setDate(QDate());
         _decodeStart.setTime(QTime());
-        emit(newMessage(_staID + ": End_Outage threshold exceeded"));
+        emit(newMessage(_staID + ": End_Outage, Recovery threshold exceeded"));
         callScript("End_Outage");
       }
@@ -613,5 +613,5 @@
         _decodeStop.setDate(QDate());
         _decodeStop.setTime(QTime());
-        emit(newMessage(_staID + ": Begin_Outage threshold exceeded"));
+        emit(newMessage(_staID + ": Begin_Outage, Failure threshold exceeded"));
         callScript("Begin_Outage");
       }
Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 658)
+++ trunk/BNC/bncwindow.cpp	(revision 659)
@@ -214,5 +214,5 @@
   _noticeRecoSpinBox->setMaximumWidth(9*ww);
   _noticeRecoSpinBox->setValue(settings.value("noticeReco").toInt());
-  _noticeRecoSpinBox->setWhatsThis(tr("<p>Following a stream outage or a longer series of corrupted observations, a Notice advisory is generated when at least one valid observation is received again within the 'Recovery' threshold time span defined here. A value of about 5min (default) is recommendable. A valu of zero '0' means that BNC immediately informs about any stream recovery. </p><p>Note that using this function for corrupted streams needs an 'Inspect segment' greater zero '0'.</p>"));
+  _noticeRecoSpinBox->setWhatsThis(tr("<p>Following a stream outage or a longer series of corrupted observations, a Notice advisory is generated when at least one valid observation is received again within the 'Recovery' threshold time span defined here. A value of about 5min (default) is recommendable.</p><p>A valu of zero '0' means that BNC immediately informs about any stream recovery!</p><p>Note that using this function for corrupted streams needs an 'Inspect segment' greater zero '0'.</p>"));
   _noticeFailSpinBox = new QSpinBox();
   _noticeFailSpinBox->setMinimum(0);
@@ -222,5 +222,5 @@
   _noticeFailSpinBox->setMaximumWidth(9*ww);
   _noticeFailSpinBox->setValue(settings.value("noticeFail").toInt());
-  _noticeFailSpinBox->setWhatsThis(tr("<p>A Notice advisory is generated when no (or corrupted) observations are received throughout the 'Failure' threshold time span defined here. A value of about 15 min (default) is recommendable. A value of zero '0' means that BNC immediately informs about any stream failure.</p><p>Note that using this function forcorrupted streams needs an 'Inspect segment' greater zero '0'.</p>"));
+  _noticeFailSpinBox->setWhatsThis(tr("<p>A Notice advisory is generated when no (or corrupted) observations are received throughout the 'Failure' threshold time span defined here. A value of about 15 min (default) is recommendable.</p><p>A value of zero '0' means that BNC immediately informs about any stream failure!</p><p>Note that using this function forcorrupted streams needs an 'Inspect segment' greater zero '0'.</p>"));
   _logFileLineEdit    = new QLineEdit(settings.value("logFile").toString());
   _logFileLineEdit->setWhatsThis(tr("<p>Records of BNC's activities are shown in the 'Log' section below. They can be saved into a file when a valid path is specified in the 'Log (full path)' field.</p>"));
