forked from qt-creator/qt-creator
String fix
Change-Id: I7052e3d5125e79c50a94e0ef602aa528f949851e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user