Skip to content
Snippets Groups Projects
Commit a7684cac authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Translations: Fixed tr()-message in debuggeragents.

Reviewed-by: hjk
parent 2e495e70
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment