From d5f308032bb3971c710b9d8ff121dfed2b84be34 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 31 May 2010 11:22:24 +0200 Subject: [PATCH] Fix doc links to tips of the day, remove some to minimize l10n breakage. Reviewed-by: Leena Miettinen --- .../gettingstartedwelcomepagewidget.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp index a8a74ddff98..62021dc502e 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -384,15 +384,11 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() tr("Ctrl", "Shortcut key"); #endif - - tips.append(tr("You can switch between Qt Creator's modes using Ctrl+number:")); //:%1 gets replaced by Alt (Win/Unix) or Cmd (Mac) tips.append(tr("You can show and hide the side bar using %1+0.").arg(altShortcut)); tips.append(tr("You can fine tune the Find function by selecting "Whole Words" " "or "Case Sensitive". Simply click on the icons on the right end of the line edit.")); - tips.append(tr("If you add external libraries, Qt Creator will automatically offer syntax highlighting " + tips.append(tr("If you add external libraries to your project, Qt Creator will automatically offer syntax highlighting " "and code completion.")); tips.append(tr("The code completion is CamelCase-aware. For example, to complete namespaceUri " "you can just type nU and hit Ctrl+Space.")); @@ -407,9 +403,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() 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 " - "build settings.")); + "build settings.")); tips.append(tr("Within a session, you can add " - "dependencies between projects.")); + "dependencies between projects.")); tips.append(tr("You can set the preferred editor encoding for every project in Projects -> Editor Settings -> Default Encoding.")); tips.append(tr("You can use Qt Creator with a number of " "revision control systems such as Subversion, Perforce, CVS and Git."));