forked from qt-creator/qt-creator
Android: fix capitalization and punctuation in UI text
Change-Id: I132e849264f4be6c5378ece9bbf95943d25b9f69 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -243,7 +243,7 @@ bool AndroidDeployQtStep::init()
|
||||
|
||||
QString inputFile = node->singleVariableValue(QmakeProjectManager::AndroidDeploySettingsFile);
|
||||
if (inputFile.isEmpty()) { // should never happen
|
||||
emit addOutput(tr("Internal Error: Unknown android deployment json file location"), BuildStep::ErrorMessageOutput);
|
||||
emit addOutput(tr("Internal Error: Unknown Android deployment JSON file location."), BuildStep::ErrorMessageOutput);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user