BareMetal: Unite two nearly equal strings

Change-Id: Id9ca23b5feff190dc05b2381f949aec1b3b16b3e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Robert Loehning
2020-04-02 20:53:43 +02:00
parent c1f08cca86
commit 86b0a47deb

View File

@@ -179,7 +179,7 @@ FilePath StLinkUvscServerProvider::optionsFilePath(DebuggerRunTool *runTool,
const StLinkUvProjectOptions projectOptions(this); const StLinkUvProjectOptions projectOptions(this);
if (!writer.write(&projectOptions)) { if (!writer.write(&projectOptions)) {
errorMessage = BareMetalDebugSupport::tr( errorMessage = BareMetalDebugSupport::tr(
"Unable to create an uVision project options template"); "Unable to create a uVision project options template.");
return {}; return {};
} }
return optionsPath; return optionsPath;