forked from qt-creator/qt-creator
Debugger: Make error warning a real sentence.
Separate the two warnings by a '. '.
This commit is contained in:
@@ -1783,7 +1783,7 @@ int GdbEngine::currentFrame() const
|
||||
QString msgNoBinaryForToolChain(int tc)
|
||||
{
|
||||
using namespace ProjectExplorer;
|
||||
return GdbEngine::tr("There is no gdb binary available for '%1'")
|
||||
return GdbEngine::tr("There is no gdb binary available for '%1'.")
|
||||
.arg(ToolChain::toolChainName(ToolChainType(tc)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user