Fix sequence of directories in help text.

This commit is contained in:
Klaas Freitag 2013-10-01 13:50:54 +02:00
parent 82cd79c004
commit fcc4151810

View file

@ -307,7 +307,7 @@ bool FolderWizardTargetPage::isComplete() const
} else if (dir.startsWith(curDir)) {
if (dir.isEmpty()) dir = QLatin1Char('/');
if (curDir.isEmpty()) curDir = QLatin1Char('/');
showWarn( tr("You are already syncing <i>%1</i>, which is a parent folder of <i>%2</i>.").arg(dir).arg(curDir) );
showWarn( tr("You are already syncing <i>%1</i>, which is a parent folder of <i>%2</i>.").arg(curDir).arg(dir) );
return false;
}
}