diff --git a/slsDetectorGui/forms/form_tab_developer.ui b/slsDetectorGui/forms/form_tab_developer.ui
index 805c252e8..d93fd43c6 100755
--- a/slsDetectorGui/forms/form_tab_developer.ui
+++ b/slsDetectorGui/forms/form_tab_developer.ui
@@ -53,6 +53,12 @@
0
+
+
+ 0
+ 28
+
+
-
@@ -95,6 +101,12 @@
0
+
+
+ 0
+ 28
+
+
<html><head/><body><p>High Voltage</p><p> #vhighvoltage#</p></body></html>
@@ -159,6 +171,12 @@
0
+
+
+ 0
+ 28
+
+
<html><head/><body><p>High Voltage. Range: 60 - 200V. Swich off high voltage by setting to 0.</p><p>-1 corresponds to different values from detectors.</p><p>#vhighvoltage#</p></body></html>
diff --git a/slsDetectorSoftware/src/multiSlsDetector.cpp b/slsDetectorSoftware/src/multiSlsDetector.cpp
index 67d25a92a..be7fbcb01 100755
--- a/slsDetectorSoftware/src/multiSlsDetector.cpp
+++ b/slsDetectorSoftware/src/multiSlsDetector.cpp
@@ -276,7 +276,7 @@ bool multiSlsDetector::isAcquireReady() {
FILE_LOG(logWARNING)
<< "Acquire has already started. "
"If previous acquisition terminated unexpectedly, "
- "reset busy flag to restart.(sls_detector_put busy 0)";
+ "reset busy flag to restart.(sls_detector_put clearbusy)";
return false;
}
multi_shm()->acquiringFlag = true;