Skip to content
Snippets Groups Projects
Commit 94320706 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fix clone wizard texts.

parent 47d49d25
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -80,7 +80,7 @@ QIcon GitoriousCloneWizard::icon() const
QString GitoriousCloneWizard::description() const
{
return tr("Clones a project from a Gitorious repository and tries to load the contained project.");
return tr("Clones a Gitorious repository and tries to load the contained project.");
}
QString GitoriousCloneWizard::displayName() const
......
......@@ -53,7 +53,7 @@ QIcon CheckoutWizard::icon() const
QString CheckoutWizard::description() const
{
return tr("Checks out a project from a Subversion repository and tries to load the contained project.");
return tr("Checks out a Subversion repository and tries to load the contained project.");
}
QString CheckoutWizard::displayName() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment