Debugger: Fix typo

Change-Id: I5fef982763b791dfd2aa117babb8dde9ae54111e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Takumi Asaki
2014-01-09 17:15:03 +09:00
committed by hjk
parent 47d871c0e0
commit 07a1cddec2

View File

@@ -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(