Skip to content
Snippets Groups Projects
Commit e05980de authored by Jarek Kobus's avatar Jarek Kobus
Browse files

Update Polish translation, fix shortcut in the "tip of the day".

RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
parent f0f21326
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -337,7 +337,8 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay() ...@@ -337,7 +337,8 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
"target in the combo box.")); "target in the combo box."));
tips.append(tr("You can use Qt Creator with a number of <a href=\"qthelp://com.nokia.qtcreator/doc/creator-version-control.html\">" tips.append(tr("You can use Qt Creator with a number of <a href=\"qthelp://com.nokia.qtcreator/doc/creator-version-control.html\">"
"revision control systems</a> such as Subversion, Perforce, CVS and Git.")); "revision control systems</a> such as Subversion, Perforce, CVS and Git."));
tips.append(tr("In the editor, <tt>F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file.")); tips.append(tr("In the editor, <tt>F2</tt> follows symbol definition, <tt>Shift+F2</tt> toggles declaration and definition "
"while <tt>F4</tt> toggles header file and source file."));
} }
return tips; return tips;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment