From a8dd74c02021a8b97f4270b70904234730ed8ecf Mon Sep 17 00:00:00 2001 From: Leena Date: Mon, 23 Mar 2015 14:17:57 +0100 Subject: [PATCH] GDBServer: fix grammar and punctuation in messages Change-Id: Icbcb658a9df0be53da4e16f411283a855e1bcdd7 Reviewed-by: hjk --- src/plugins/baremetal/gdbserverprovider.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/baremetal/gdbserverprovider.cpp b/src/plugins/baremetal/gdbserverprovider.cpp index f43504e9720..e9b8a0a8f1e 100644 --- a/src/plugins/baremetal/gdbserverprovider.cpp +++ b/src/plugins/baremetal/gdbserverprovider.cpp @@ -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)