forked from qt-creator/qt-creator
GDBServer: fix grammar and punctuation in messages
Change-Id: Icbcb658a9df0be53da4e16f411283a855e1bcdd7 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -356,7 +356,7 @@ void GdbServerProviderConfigWidget::setFromProvider()
|
|||||||
QString GdbServerProviderConfigWidget::defaultInitCommandsTooltip()
|
QString GdbServerProviderConfigWidget::defaultInitCommandsTooltip()
|
||||||
{
|
{
|
||||||
return QCoreApplication::translate("BareMetal",
|
return QCoreApplication::translate("BareMetal",
|
||||||
"Enter GDB commands to reset the board, "
|
"Enter GDB commands to reset the board "
|
||||||
"and to write the nonvolatile memory.");
|
"and to write the nonvolatile memory.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -364,7 +364,7 @@ QString GdbServerProviderConfigWidget::defaultResetCommandsTooltip()
|
|||||||
{
|
{
|
||||||
return QCoreApplication::translate("BareMetal",
|
return QCoreApplication::translate("BareMetal",
|
||||||
"Enter GDB commands to reset the hardware. "
|
"Enter GDB commands to reset the hardware. "
|
||||||
"The MCU should be halted after this commands.");
|
"The MCU should be halted after these commands.");
|
||||||
}
|
}
|
||||||
|
|
||||||
HostWidget::HostWidget(QWidget *parent)
|
HostWidget::HostWidget(QWidget *parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user