Browse Source

Merge pull request #12659 from adem4ik/patch-1

Fix typo in optionsdialog.cpp
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
725c836a26
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