From c150dd85b01f0fe2e5739e7271275873a0f216b9 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 31 May 2010 11:22:24 +0200 Subject: Fix doc links to tips of the day, remove some to minimize l10n breakage. Reviewed-by: Leena Miettinen (cherry picked from commit d5f308032bb3971c710b9d8ff121dfed2b84be34) --- .../qt4projectmanager/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 8cdf52c0e09..a7bd0b369be 100644 --- a/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp +++ b/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp @@ -395,15 +395,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.")); @@ -418,9 +414,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.")); -- cgit v1.2.3