forked from qt-creator/qt-creator
Fixed typo
Change-Id: Ica017fd6aab99ca5b8add0313e3c6836fd945c2b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
7b9cd61e5f
commit
ce49d54b34
@@ -169,7 +169,7 @@ QVariant ModulesModel::data(const QModelIndex &index, int role) const
|
|||||||
case LinkedSymbols:
|
case LinkedSymbols:
|
||||||
case BuildIdSymbols:
|
case BuildIdSymbols:
|
||||||
return ModulesHandler::tr(
|
return ModulesHandler::tr(
|
||||||
"This module does not contains debug information "
|
"This module does not contain debug information "
|
||||||
"itself, but contains a reference to external "
|
"itself, but contains a reference to external "
|
||||||
"debug information.");
|
"debug information.");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user