diff options
Diffstat (limited to 'src/plugins/debugger/stackframe.cpp')
-rw-r--r-- | src/plugins/debugger/stackframe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackframe.cpp b/src/plugins/debugger/stackframe.cpp index 2a9441bde0..f1fa8d61b9 100644 --- a/src/plugins/debugger/stackframe.cpp +++ b/src/plugins/debugger/stackframe.cpp @@ -116,7 +116,7 @@ QString StackFrame::toToolTip() const } else { str << tr("Binary debug information is accessible for this " "frame. However, matching sources have not been found. " - "Note that some distributions ship debug sources in " + "Note that some distributions ship debug sources " "in separate packages."); } |