forked from qt-creator/qt-creator
AndroidAnalyzeSupport: Add punctutation to message
Change-Id: I99d8748cafb7d7537dc3c8f0caa0a2965d1df6f6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -57,7 +57,7 @@ RunControl *AndroidAnalyzeSupport::createAnalyzeRunControl(AndroidRunConfigurati
|
|||||||
IAnalyzerTool *tool = AnalyzerManager::toolFromRunMode(runMode);
|
IAnalyzerTool *tool = AnalyzerManager::toolFromRunMode(runMode);
|
||||||
if (!tool) {
|
if (!tool) {
|
||||||
if (errorMessage)
|
if (errorMessage)
|
||||||
*errorMessage = tr("No analyzer tool selected");
|
*errorMessage = tr("No analyzer tool selected.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user