GDBServer: fix grammar and punctuation in messages

Change-Id: Icbcb658a9df0be53da4e16f411283a855e1bcdd7
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Leena
2015-03-23 14:17:57 +01:00
committed by Leena Miettinen
parent 90e52a4763
commit a8dd74c020

View File

@@ -356,7 +356,7 @@ void GdbServerProviderConfigWidget::setFromProvider()
QString GdbServerProviderConfigWidget::defaultInitCommandsTooltip()
{
return QCoreApplication::translate("BareMetal",
"Enter GDB commands to reset the board, "
"Enter GDB commands to reset the board "
"and to write the nonvolatile memory.");
}
@@ -364,7 +364,7 @@ QString GdbServerProviderConfigWidget::defaultResetCommandsTooltip()
{
return QCoreApplication::translate("BareMetal",
"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)