diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-08-29 13:37:45 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-09-02 11:50:36 +0200 |
commit | f0147ba19f51db84677aa0b60e3a1e050b5c7e43 (patch) | |
tree | 96db3553d82146a54023aad677c656c8fde3e484 /src/plugins/bazaar | |
parent | 3eac49d9c38a03212237f51df6ebf3d9e7863c93 (diff) | |
download | qt-creator-f0147ba19f51db84677aa0b60e3a1e050b5c7e43.tar.gz |
VCS: Use better terms on checkout wizard for DVCS
Change-Id: I9064c71787dbfb1eee6f8f473df39dda23a1252a
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r-- | src/plugins/bazaar/clonewizard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bazaar/clonewizard.cpp b/src/plugins/bazaar/clonewizard.cpp index 76947850f0..3e38a1c182 100644 --- a/src/plugins/bazaar/clonewizard.cpp +++ b/src/plugins/bazaar/clonewizard.cpp @@ -48,6 +48,7 @@ CloneWizard::CloneWizard(QObject *parent) m_icon(QIcon(QLatin1String(":/bazaar/images/bazaar.png"))) { setId(QLatin1String(VcsBase::Constants::VCS_ID_BAZAAR)); + setCustomLabels(tr("Cloning"), tr("Cloning started...")); } QIcon CloneWizard::icon() const |