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

@@ -52,7 +52,7 @@ QIcon CloneWizard::icon() const
QString CloneWizard::description() const
{
return tr("Clones a project from a Git repository and tries to load the contained project.");
return tr("Clones a Git repository and tries to load the contained project.");
}
QString CloneWizard::displayName() const