diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp index 7aa32cae757..de1e02f77da 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -421,7 +421,7 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() "").arg(altShortcut)); tips.append(tr("You can quickly search methods, classes, help and more using the " - "Locator bar (%1+K).").arg(ctrlShortcut)); + "Locator bar (%1+K).").arg(ctrlShortcut)); tips.append(tr("You can add custom build steps in the " "build settings.")); tips.append(tr("Within a session, you can add "