diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp index c9c3476038236b3b6fc70602e115da1436751d49..95f91f4bcda76730878a1ac6ce688a0998e630a7 100644 --- a/src/plugins/debugger/watchwindow.cpp +++ b/src/plugins/debugger/watchwindow.cpp @@ -350,7 +350,7 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev) } actSetWatchPointAtVariableAddress->setToolTip( tr("Setting a watchpoint on an address will cause the program " - "to stop when the data at the address it modified")); + "to stop when the data at the address it modified.")); QString actionName = exp.isEmpty() ? tr("Watch Expression") : tr("Watch Expression \"%1\"").arg(exp);