mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 20:31:47 +00:00
Fix typo in optionsdialog.cpp
qBittorent -> qBittorrent
This commit is contained in:
parent
e786481655
commit
159f93e051
@ -211,7 +211,7 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
|||||||
m_ui->deleteTorrentWarningLabel->setToolTip(QLatin1String("<html><body><p>") +
|
m_ui->deleteTorrentWarningLabel->setToolTip(QLatin1String("<html><body><p>") +
|
||||||
tr("By enabling these options, you can <strong>irrevocably lose</strong> your .torrent files!") +
|
tr("By enabling these options, you can <strong>irrevocably lose</strong> your .torrent files!") +
|
||||||
QLatin1String("</p><p>") +
|
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 "
|
"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 "
|
"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") +
|
"“Add torrent” menu action but to those opened via <strong>file type association</strong> as well") +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user