diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp index d8bde468941..9bee8580ac1 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -434,9 +434,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() tips.append(tr("You can return to edit mode from any other mode at any time by hitting Escape.")); //:%1 gets replaced by Alt (Win/Unix) or Cmd (Mac) tips.append(tr("You can switch between the output pane by hitting %1+n where n is the number denoted " - "on the buttons at the window bottom:" - "").arg(altShortcut)); + "on the buttons at the window bottom:

" + "1: Build Issues, 2: Search Results, 3: Application Output, " + "4: Compile Output").arg(altShortcut)); tips.append(tr("You can quickly search methods, classes, help and more using the " "Locator bar (%1+K).").arg(ctrlShortcut)); tips.append(tr("You can add custom build steps in the "