Skip to content
Snippets Groups Projects
Commit ce49d54b authored by Robert Loehning's avatar Robert Loehning Committed by Friedemann Kleint
Browse files

Fixed typo


Change-Id: Ica017fd6aab99ca5b8add0313e3c6836fd945c2b
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent 7b9cd61e
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment