spelling fix ommitted -> omitted

This commit is contained in:
Steve-V 2017-09-22 19:58:13 -05:00 committed by GitHub
parent 73cbf6ca38
commit 82c9c95fc5

View File

@ -622,7 +622,7 @@ void SharedFilesDialog::copyLink (const QModelIndexList& lst, bool remote)
RSLinkClipboard::copyLinks(urls) ;
if(has_unhashed_files)
QMessageBox::warning(NULL,tr("Some files have been omitted"),tr("Some files have been ommitted because their hash is not available yet.")) ;
QMessageBox::warning(NULL,tr("Some files have been omitted"),tr("Some files have been omitted because their hash is not available yet.")) ;
}
void SharedFilesDialog::copyLink()