Fixed translation issues.

This commit is contained in:
Friedemann Kleint
2009-05-07 15:34:52 +02:00
parent 84b3b9cba2
commit 14e39ba5af
19 changed files with 68 additions and 63 deletions

View File

@@ -87,7 +87,7 @@ QVariant ModulesModel::headerData(int section,
tr("Module name") + " ",
tr("Symbols read") + " ",
tr("Start address") + " ",
tr("End addAress") + " "
tr("End address") + " "
};
return headers[section];
}