debugger: add a dot to a message

This commit is contained in:
hjk
2010-11-04 14:03:44 +01:00
parent 1920372280
commit 6d0f22b1bd

View File

@@ -350,7 +350,7 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
} }
actSetWatchPointAtVariableAddress->setToolTip( actSetWatchPointAtVariableAddress->setToolTip(
tr("Setting a watchpoint on an address will cause the program " 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") QString actionName = exp.isEmpty() ? tr("Watch Expression")
: tr("Watch Expression \"%1\"").arg(exp); : tr("Watch Expression \"%1\"").arg(exp);