Fixed translation glitches.

This commit is contained in:
Friedemann Kleint
2009-07-31 16:41:12 +02:00
parent c483f5ae85
commit cbfa2c0191
12 changed files with 17 additions and 98 deletions

View File

@@ -51,7 +51,7 @@ QIcon CheckoutWizard::icon() const
QString CheckoutWizard::description() const
{
return tr("Check-out a project from a Subversion repository.");
return tr("Checks out a project from a Subversion repository.");
}
QString CheckoutWizard::name() const