fix error message

This commit is contained in:
Oswald Buddenhagen
2009-12-04 12:18:47 +01:00
parent de86a1f4f4
commit c996238d70

View File

@@ -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 daty has been loaded."));
deleteLater();
}
}