diff --git a/src/device/DeviceManager.cpp b/src/device/DeviceManager.cpp index 0329a0a..c06a510 100644 --- a/src/device/DeviceManager.cpp +++ b/src/device/DeviceManager.cpp @@ -255,7 +255,7 @@ void DeviceManager::scanProcess(int sProgress) { // enter phase 2 if ((scanPhase = phase) == 2) { if (!AppGlobalValues::EmptyScanFlag().toBool() && JsonObject::Instance()->getScanConfirm()) { - var.setValue(QString("Waiting for patient to start scan!\r\n Click \"Next\" to continue!")); + var.setValue(QString("Waiting for operator to start scan!\r\n Click \"Next\" to continue!")); TRIGGER_EVENT(InvokeOperationPending, nullptr, (QObject *) &var); exitScanTimer(); }