From 159f93e0517c6daaf3cb112fa0d8de97cc032200 Mon Sep 17 00:00:00 2001 From: Andrei Stepanov Date: Sun, 26 Apr 2020 20:59:42 +0400 Subject: [PATCH] Fix typo in optionsdialog.cpp qBittorent -> qBittorrent --- src/gui/optionsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/optionsdialog.cpp b/src/gui/optionsdialog.cpp index 2e757eadb..abc6fa0d2 100644 --- a/src/gui/optionsdialog.cpp +++ b/src/gui/optionsdialog.cpp @@ -211,7 +211,7 @@ OptionsDialog::OptionsDialog(QWidget *parent) m_ui->deleteTorrentWarningLabel->setToolTip(QLatin1String("

") + tr("By enabling these options, you can irrevocably lose your .torrent files!") + QLatin1String("

") + - tr("When these options are enabled, qBittorent will delete .torrent files " + tr("When these options are enabled, qBittorrent will delete .torrent files " "after they were successfully (the first option) or not (the second option) added to its " "download queue. This will be applied not only to the files opened via " "“Add torrent” menu action but to those opened via file type association as well") +