Update source strings

Reviewed-by: Pawel Polanski
This commit is contained in:
Jarek Kobus
2011-03-30 15:58:58 +02:00
parent 720a86c9fc
commit c688a39b91
11 changed files with 30 additions and 30 deletions

View File

@@ -100,7 +100,7 @@ bool AbstractGdbAdapter::prepareCommand()
QString AbstractGdbAdapter::msgGdbStopFailed(const QString &why)
{
return tr("The Gdb process could not be stopped:\n%1").arg(why);
return tr("The gdb process could not be stopped:\n%1").arg(why);
}
QString AbstractGdbAdapter::msgInferiorStopFailed(const QString &why)