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:
Orgad Shaneh
2013-08-29 13:37:45 +03:00
committed by Orgad Shaneh
parent 3eac49d9c3
commit f0147ba19f
10 changed files with 39 additions and 3 deletions

View File

@@ -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