forked from qt-creator/qt-creator
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:
committed by
Leena Miettinen
parent
fb4af50bf6
commit
31b3855a8c
@@ -356,14 +356,14 @@ void GdbServerProviderConfigWidget::setFromProvider()
|
||||
QString GdbServerProviderConfigWidget::defaultInitCommandsTooltip()
|
||||
{
|
||||
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.");
|
||||
}
|
||||
|
||||
QString GdbServerProviderConfigWidget::defaultResetCommandsTooltip()
|
||||
{
|
||||
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.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user