forked from qt-creator/qt-creator
VCS: Use better terms on checkout wizard for DVCS
Change-Id: I9064c71787dbfb1eee6f8f473df39dda23a1252a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
3eac49d9c3
commit
f0147ba19f
@@ -45,6 +45,7 @@ CloneWizard::CloneWizard(QObject *parent)
|
||||
m_icon(QIcon(QLatin1String(":/mercurial/images/hg.png")))
|
||||
{
|
||||
setId(QLatin1String(Constants::VCS_ID_MERCURIAL));
|
||||
setCustomLabels(tr("Cloning"), tr("Cloning started..."));
|
||||
}
|
||||
|
||||
QIcon CloneWizard::icon() const
|
||||
|
||||
Reference in New Issue
Block a user