Merge pull request #3314 from owncloud/typo

from translators on transifex
This commit is contained in:
Daniel Molkentin 2015-06-07 14:21:49 +02:00
commit 95c04e59fe

View file

@ -556,7 +556,7 @@ bool ShareDialog::uploadExternalFile()
FolderMan::instance()->folder(folderName);
if( ! folder ) {
qDebug() << "Folder not defined: " << folderName;
displayInfo(tr("Cannot find an folder to upload to."));
displayInfo(tr("Cannot find a folder to upload to."));
return false;
}