Browse Source

Fix typo in optionsdialog.cpp

qBittorent -> qBittorrent
adaptive-webui-19844
Andrei Stepanov 4 years ago committed by GitHub
parent
commit
159f93e051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/optionsdialog.cpp

2
src/gui/optionsdialog.cpp

@ -211,7 +211,7 @@ OptionsDialog::OptionsDialog(QWidget *parent) @@ -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 "
"&ldquo;Add torrent&rdquo; menu action but to those opened via <strong>file type association</strong> as well") +

Loading…
Cancel
Save