forked from qt-creator/qt-creator
Debugger: Fix typo
Change-Id: I5fef982763b791dfd2aa117babb8dde9ae54111e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user