Android: fix capitalization and punctuation in UI text

Change-Id: I132e849264f4be6c5378ece9bbf95943d25b9f69
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Leena Miettinen
2014-03-06 14:35:30 +01:00
parent b56fe96935
commit 336a71fbee
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}