forked from qt-creator/qt-creator
BareMetal: Unite two nearly equal strings
Change-Id: Id9ca23b5feff190dc05b2381f949aec1b3b16b3e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -179,7 +179,7 @@ FilePath StLinkUvscServerProvider::optionsFilePath(DebuggerRunTool *runTool,
|
||||
const StLinkUvProjectOptions projectOptions(this);
|
||||
if (!writer.write(&projectOptions)) {
|
||||
errorMessage = BareMetalDebugSupport::tr(
|
||||
"Unable to create an uVision project options template");
|
||||
"Unable to create a uVision project options template.");
|
||||
return {};
|
||||
}
|
||||
return optionsPath;
|
||||
|
Reference in New Issue
Block a user