From 6d0f22b1bda363f5f04db1ad36467eedae9c4f0e Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 4 Nov 2010 14:03:44 +0100 Subject: [PATCH] debugger: add a dot to a message --- src/plugins/debugger/watchwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp index c9c34760382..95f91f4bcda 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); -- GitLab