diff --git a/src/plugins/debugger/debuggeragents.cpp b/src/plugins/debugger/debuggeragents.cpp index 102be15cb7f..ed2d161575c 100644 --- a/src/plugins/debugger/debuggeragents.cpp +++ b/src/plugins/debugger/debuggeragents.cpp @@ -105,8 +105,8 @@ void MemoryViewAgent::init(quint64 addr) } else { m_manager->showMessageBox(QMessageBox::Warning, tr("No memory viewer available"), - tr("The memory contents cannot be shown as no viewer plugin not " - "the BinEditor plugin could be loaded.")); + tr("The memory contents cannot be shown as no viewer plugin " + "for binary data has been loaded.")); deleteLater(); } }