mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 17:09:34 -05:00
Merge pull request #1049 from Steve-V/minor-spelling-fix
spelling fix ommitted -> omitted
This commit is contained in:
commit
932eb49f0c
@ -622,7 +622,7 @@ void SharedFilesDialog::copyLink (const QModelIndexList& lst, bool remote)
|
|||||||
RSLinkClipboard::copyLinks(urls) ;
|
RSLinkClipboard::copyLinks(urls) ;
|
||||||
|
|
||||||
if(has_unhashed_files)
|
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()
|
void SharedFilesDialog::copyLink()
|
||||||
|
Loading…
Reference in New Issue
Block a user