Translations: Fixed tr()-message in debuggeragents.

Reviewed-by: hjk
This commit is contained in:
Friedemann Kleint
2010-01-08 11:31:38 +01:00
parent 2e495e7075
commit a7684cac17

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