Fix clone wizard texts.

This commit is contained in:
Friedemann Kleint
2010-05-17 13:01:45 +02:00
parent 47d49d2539
commit 9432070656
4 changed files with 4 additions and 4 deletions

View File

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