diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index a198260e41969b6226aa309ff132c3819c5ca17f..0f33ba31e6d8564896f915f7fd779b9d377e143d 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2630,8 +2630,8 @@ void DebuggerPluginPrivate::showQtDumperLibraryWarning(const QString &details) "The debugging helper is used to nicely format the values of some Qt " "and Standard Library data types. " "It must be compiled for each used Qt version separately. " - "On the Qt4 options page, select a Qt installation " - "and click Rebuild.")); + "In the Qt Creator Build and Run preferences page, select a Qt version, " + "expand the Details section and click Build All.")); if (!details.isEmpty()) dialog.setDetailedText(details); dialog.exec();