forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user