aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchutils.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2009-10-26 19:59:16 +0100
committerOswald Buddenhagen <[email protected]>2009-10-26 21:24:44 +0100
commit293b49aecba4807dfdce317938f06c2a9f4b86d0 (patch)
tree327e669e2e9e4722273f6353fdf57ed934241a30 /src/plugins/debugger/watchutils.cpp
parent9abcd93c5ceb8c58295be07a65e8ddaa2a57d0c3 (diff)
improve messages
Diffstat (limited to 'src/plugins/debugger/watchutils.cpp')
-rw-r--r--src/plugins/debugger/watchutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchutils.cpp b/src/plugins/debugger/watchutils.cpp
index 3e18cd43f7d..1e1137694fd 100644
--- a/src/plugins/debugger/watchutils.cpp
+++ b/src/plugins/debugger/watchutils.cpp
@@ -755,7 +755,7 @@ void QtDumperHelper::clear()
QString QtDumperHelper::msgDumperOutdated(double requiredVersion, double currentVersion)
{
return QCoreApplication::translate("QtDumperHelper",
- "Found a too-old version of the debugging helper library (%1); version %2 is required.").
+ "Found an outdated version of the debugging helper library (%1); version %2 is required.").
arg(currentVersion).arg(requiredVersion);
}