improve messages

This commit is contained in:
Oswald Buddenhagen
2009-10-26 19:59:16 +01:00
parent 9abcd93c5c
commit 293b49aecb
3 changed files with 7 additions and 8 deletions

View File

@@ -3785,7 +3785,7 @@ void GdbEngine::tryLoadDebuggingHelpers()
const QFileInfo fi(lib);
if (!fi.exists()) {
const QString loc = locations.join(QLatin1String(", "));
const QString msg = tr("The dumper library was not found at %1.").arg(loc);
const QString msg = tr("The debugging helper library was not found at %1.").arg(loc);
debugMessage(msg);
manager()->showQtDumperLibraryWarning(msg);
return;