BareMetal: Fix article

This also unites this with the nearly same string in
simulatoruvscserverprovider.cpp

Change-Id: I48930456f038577869ffade787e549fc396c365e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Robert Loehning
2020-08-03 19:38:34 +02:00
parent b031a7c5cd
commit e4c1d52e88

View File

@@ -215,7 +215,7 @@ FilePath JLinkUvscServerProvider::optionsFilePath(DebuggerRunTool *runTool,
const JLinkUvProjectOptions 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;