Translations: Fixed tr()-message in debuggeragents.

Reviewed-by: hjk
(cherry picked from commit a7684cac17)
This commit is contained in:
Friedemann Kleint
2010-01-08 11:31:38 +01:00
committed by con
parent 8aae115d94
commit 8ca903b412

View File

@@ -105,8 +105,8 @@ void MemoryViewAgent::init(quint64 addr)
} else { } else {
m_manager->showMessageBox(QMessageBox::Warning, m_manager->showMessageBox(QMessageBox::Warning,
tr("No memory viewer available"), tr("No memory viewer available"),
tr("The memory contents cannot be shown as no viewer plugin not " tr("The memory contents cannot be shown as no viewer plugin "
"the BinEditor plugin could be loaded.")); "for binary data has been loaded."));
deleteLater(); deleteLater();
} }
} }