String fix

Change-Id: I7052e3d5125e79c50a94e0ef602aa528f949851e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Robert Loehning
2013-06-12 14:03:38 +02:00
parent c5f1928efe
commit 5bb09d23db

View File

@@ -569,7 +569,7 @@ bool AndroidManifestEditorWidget::checkDocument(QDomDocument doc, QString *error
return false;
} else if (manifest.firstChildElement(QLatin1String("application")).firstChildElement(QLatin1String("activity")).isNull()) {
// missing either application or activity element
*errorMessage = tr("The structure of the android manifest file is corrupt. Expected a 'application' and 'activity' sub node.");
*errorMessage = tr("The structure of the Android manifest file is corrupt. Expected an 'application' and 'activity' sub node.");
*errorLine = -1;
*errorColumn = -1;
return false;