forked from qt-creator/qt-creator
Update source strings
Reviewed-by: Pawel Polanski
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user