forked from qt-creator/qt-creator
Fixed translation glitches.
This commit is contained in:
@@ -248,7 +248,7 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
|
||||
"by clicking the <tt>+</tt> button in <tt>Projects -> Run Settings -> Run Configuration</tt> and then select the new "
|
||||
"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 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."));
|
||||
}
|
||||
return tips;
|
||||
|
||||
Reference in New Issue
Block a user