fix spacing

This commit is contained in:
Volkan Gezer 2014-05-24 15:03:45 +02:00
parent 0f20a4f546
commit 5b0307446a

View file

@ -136,7 +136,7 @@ bool FolderWizardLocalPath::isComplete() const
QString absCleanUserFolder = QDir::cleanPath(QDir(userInput).canonicalPath())+'/';
if( isOk && QDir::cleanPath(folderDir).startsWith(absCleanUserFolder) ) {
qDebug() << "A already configured folder is child of the current selected";
warnStrings.append( tr("The selected folder is a symbolic link. An already configured"
warnStrings.append( tr("The selected folder is a symbolic link. An already configured "
"folder is contained in the folder this link is pointing to."));
isOk = false;
}