summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-01-08 11:31:38 +0100
committercon <qtc-committer@nokia.com>2010-01-08 14:19:38 +0100
commit8ca903b412affae076ccd8680682065e8f8ba149 (patch)
treead0e10f538ddd3f754711500ee9c22acd99e9c9c
parent8aae115d94c808c4dc4b547ccb4e910b231273cc (diff)
downloadqt-creator-8ca903b412affae076ccd8680682065e8f8ba149.tar.gz
Translations: Fixed tr()-message in debuggeragents.
Reviewed-by: hjk (cherry picked from commit a7684cac173d63c69140064b5c961876a2eecf14)
-rw-r--r--src/plugins/debugger/debuggeragents.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggeragents.cpp b/src/plugins/debugger/debuggeragents.cpp
index 102be15cb7..ed2d161575 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();
}
}