Debugger: Make error warning a real sentence.

Separate the two warnings by a '. '.
This commit is contained in:
Kai Koehne
2011-01-18 13:27:00 +01:00
parent 3d76e16295
commit 211553768f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)));
}