mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Fix various typos
Found via `codespell -q 3 -S *.ts,*.desktop,./src/base/3rdparty,./dist/windows/installer-translations -L ba,doas,ist,ro,ths` PR #17317.
This commit is contained in:
@@ -804,7 +804,7 @@ void TransferListWidget::exportTorrent()
|
||||
if (hasError)
|
||||
{
|
||||
QMessageBox::warning(this, tr("Export .torrent file error")
|
||||
, tr("Errors occured when exporting .torrent files. Check execution log for details."));
|
||||
, tr("Errors occurred when exporting .torrent files. Check execution log for details."));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user