diff options
author | Jarek Kobus <[email protected]> | 2012-08-28 13:18:50 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2012-08-28 14:16:10 +0200 |
commit | 4c96bd67916fbde48e5235c3f792fc21c606ebe8 (patch) | |
tree | 009add819dbe6f04767c5c8ad2c244121e5788b0 /src/plugins/debugger/stackframe.cpp | |
parent | c5b7726f524f413e8240e0e6c073745eaf2b1d48 (diff) |
Fix source strings
Change-Id: Ib56082091a1f7e3062ff48e981bb4ee8e2dd9357
Reviewed-by: Oswald Buddenhagen <[email protected]>
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 2a9441bde0e..f1fa8d61b9d 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."); } |