diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index 1e6e5940..2a642797 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -820,10 +820,7 @@ namespace Bloom this->destroyPanes(); - this->ioUnavailableWidget->setText( - "Insight deactivated - Bloom has been disconnected from the target.\n\n" - "Bloom will attempt to reconnect upon the start of a new debug session." - ); + this->ioUnavailableWidget->setText("Insight deactivated"); this->ioUnavailableWidget->show(); this->targetStatusLabel->setText("Unknown");