BareMetal: fix language in messages

Change-Id: Ic1c39dc3b7a9b45d8e96b1bd215f0379892730c4
Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-03-16 12:38:31 +01:00
committed by Leena Miettinen
parent fb4af50bf6
commit 31b3855a8c

View File

@@ -356,14 +356,14 @@ void GdbServerProviderConfigWidget::setFromProvider()
QString GdbServerProviderConfigWidget::defaultInitCommandsTooltip() QString GdbServerProviderConfigWidget::defaultInitCommandsTooltip()
{ {
return QCoreApplication::translate("BareMetal", return QCoreApplication::translate("BareMetal",
"Enter GDB commands to reset of the board, " "Enter GDB commands to reset the board, "
"and to write the nonvolatile memory."); "and to write the nonvolatile memory.");
} }
QString GdbServerProviderConfigWidget::defaultResetCommandsTooltip() QString GdbServerProviderConfigWidget::defaultResetCommandsTooltip()
{ {
return QCoreApplication::translate("BareMetal", return QCoreApplication::translate("BareMetal",
"Enter GDB commands to hardware reset. " "Enter GDB commands to reset the hardware. "
"The MCU should be halted after this commands."); "The MCU should be halted after this commands.");
} }