forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: doc/qtcreator.qdoc src/plugins/find/currentdocumentfind.cpp src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
This commit is contained in:
@@ -53,7 +53,7 @@ QIcon CheckoutWizard::icon() const
|
||||
|
||||
QString CheckoutWizard::description() const
|
||||
{
|
||||
return tr("Checks out a project from a CVS repository and tries to load the contained project.");
|
||||
return tr("Checks out a CVS repository and tries to load the contained project.");
|
||||
}
|
||||
|
||||
QString CheckoutWizard::displayName() const
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<item row="3" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="describeByCommitIdCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit id). Otherwise, only the respective file will be displayed.</string>
|
||||
<string>When checked, all files touched by a commit will be displayed when clicking on a revision number in the annotation view (retrieved via commit ID). Otherwise, only the respective file will be displayed.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Describe all files matching commit id</string>
|
||||
|
||||
Reference in New Issue
Block a user