forked from qt-creator/qt-creator
Fix original string messages
Change-Id: Icc7819585a8382a02b02a28f39dcea8ec1c6a7e6 Reviewed-on: http://codereview.qt.nokia.com/1142 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Leena Miettinen
parent
26a4e55842
commit
5418a137dd
@@ -1509,7 +1509,7 @@ QString DebuggerEngine::msgWatchpointByExpressionTriggered(BreakpointModelId id,
|
||||
return id
|
||||
? tr("Data breakpoint %1 (%2) at %3 in thread %4 triggered.")
|
||||
.arg(id.toString()).arg(number).arg(expr).arg(threadId)
|
||||
: tr("Internal data breakpoint %1 at %2 in thread %4 triggered.")
|
||||
: tr("Internal data breakpoint %1 at %2 in thread %3 triggered.")
|
||||
.arg(number).arg(expr).arg(threadId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user