summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/checkoutwizard.cpp
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2010-05-12 10:39:49 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2010-05-12 14:16:49 +0200
commitbf95a99c510b1a8d01fcf82e538c4a664c8d12bb (patch)
tree43d51bd24fd62415ef0e24608a7821ca45577953 /src/plugins/cvs/checkoutwizard.cpp
parent28ec223314f25f8a65bf5230e2ebf9bfef9382fb (diff)
downloadqt-creator-bf95a99c510b1a8d01fcf82e538c4a664c8d12bb.tar.gz
New texts for the wizard types in the new dialog
Reviewed-by: Leena Miettinen
Diffstat (limited to 'src/plugins/cvs/checkoutwizard.cpp')
-rw-r--r--src/plugins/cvs/checkoutwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/checkoutwizard.cpp b/src/plugins/cvs/checkoutwizard.cpp
index c999d31408..ed70c63c66 100644
--- a/src/plugins/cvs/checkoutwizard.cpp
+++ b/src/plugins/cvs/checkoutwizard.cpp
@@ -53,7 +53,7 @@ QIcon CheckoutWizard::icon() const
QString CheckoutWizard::description() const
{
- return tr("Checks out a project from a CVS repository.");
+ return tr("Checks out a project from a CVS repository and tries to load the contained project.");
}
QString CheckoutWizard::displayName() const