mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
Merge pull request #12659 from adem4ik/patch-1
Fix typo in optionsdialog.cpp
This commit is contained in:
commit
725c836a26
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
|||
m_ui->deleteTorrentWarningLabel->setToolTip(QLatin1String("<html><body><p>") +
|
||||
tr("By enabling these options, you can <strong>irrevocably lose</strong> your .torrent files!") +
|
||||
QLatin1String("</p><p>") +
|
||||
tr("When these options are enabled, qBittorent will <strong>delete</strong> .torrent files "
|
||||
tr("When these options are enabled, qBittorrent will <strong>delete</strong> .torrent files "
|
||||
"after they were successfully (the first option) or not (the second option) added to its "
|
||||
"download queue. This will be applied <strong>not only</strong> to the files opened via "
|
||||
"“Add torrent” menu action but to those opened via <strong>file type association</strong> as well") +
|
||||
|
|
Loading…
Reference in a new issue