summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakumi Asaki <asaki@sra.co.jp>2014-01-09 17:15:03 +0900
committerhjk <hjk121@nokiamail.com>2014-01-09 10:55:42 +0100
commit07a1cddec25e0c1ff9cf4afc5313b5a3a4fd7bd1 (patch)
tree3a043267d68f3c55a5741690e1c6e8c72f980c6b
parent47d871c0e0c15384477ece1f467871b014363f6d (diff)
downloadqt-creator-07a1cddec25e0c1ff9cf4afc5313b5a3a4fd7bd1.tar.gz
Debugger: Fix typo
Change-Id: I5fef982763b791dfd2aa117babb8dde9ae54111e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
-rw-r--r--src/plugins/debugger/moduleshandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp
index b92e991afd..3cb26edede 100644
--- a/src/plugins/debugger/moduleshandler.cpp
+++ b/src/plugins/debugger/moduleshandler.cpp
@@ -158,12 +158,12 @@ QVariant ModulesModel::data(const QModelIndex &index, int role) const
return ModulesHandler::tr(
"This module contains debug information.\nStepping "
"into the module or setting breakpoints by file and "
- "is expected to work.");
+ "line is expected to work.");
case FastSymbols:
return ModulesHandler::tr(
"This module contains debug information.\nStepping "
"into the module or setting breakpoints by file and "
- "is expected to work.");
+ "line is expected to work.");
case LinkedSymbols:
case BuildIdSymbols:
return ModulesHandler::tr(