AndroidAnalyzeSupport: Add punctutation to message

Change-Id: I99d8748cafb7d7537dc3c8f0caa0a2965d1df6f6
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Aurindam Jana
2013-05-07 08:39:13 +02:00
parent 7ccbbbb75d
commit e9544344d5

View File

@@ -57,7 +57,7 @@ RunControl *AndroidAnalyzeSupport::createAnalyzeRunControl(AndroidRunConfigurati
IAnalyzerTool *tool = AnalyzerManager::toolFromRunMode(runMode);
if (!tool) {
if (errorMessage)
*errorMessage = tr("No analyzer tool selected");
*errorMessage = tr("No analyzer tool selected.");
return 0;
}