Fixed typo

Change-Id: Ica017fd6aab99ca5b8add0313e3c6836fd945c2b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Robert Loehning
2012-07-31 15:11:51 +02:00
committed by Friedemann Kleint
parent 7b9cd61e5f
commit ce49d54b34

View File

@@ -169,7 +169,7 @@ QVariant ModulesModel::data(const QModelIndex &index, int role) const
case LinkedSymbols:
case BuildIdSymbols:
return ModulesHandler::tr(
"This module does not contains debug information "
"This module does not contain debug information "
"itself, but contains a reference to external "
"debug information.");
}