summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-02-06 11:20:32 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-02-06 11:20:32 +0100
commit452475f8e4f4a4d6d6fd2ad46d8ff6212514cbb0 (patch)
treee8835c9f435a17eb11a491301241a07b1fade9ff
parentec4302a18ff97ac75a79a31887e4c5d76f211105 (diff)
downloadqt-creator-452475f8e4f4a4d6d6fd2ad46d8ff6212514cbb0.tar.gz
Fixed sentence.
-rw-r--r--src/plugins/debugger/gdbengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp
index fa2d2bacbe..e4b859d6c1 100644
--- a/src/plugins/debugger/gdbengine.cpp
+++ b/src/plugins/debugger/gdbengine.cpp
@@ -3337,7 +3337,7 @@ void GdbEngine::handleQueryDataDumper2(const GdbResultRecord &record)
tr("Cannot find special data dumpers"),
tr("The debugged binary does not contain information needed for "
"nice display of Qt data types.\n\n"
- "Try might want to try include the file\n\n"
+ "You might want to try including the file\n\n"
".../ide/main/bin/gdbmacros/gdbmacros.cpp'\n\n"
"into your project directly.")
);