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

RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
Jarek Kobus
2009-10-29 16:43:30 +01:00
parent f0f213263e
commit e05980de26
2 changed files with 432 additions and 231 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -337,7 +337,8 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
"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\">"
"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;
}