mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Don't specify the Python version required in the notification
Both python2 and python3 are supported.
This commit is contained in:
parent
a8276dd70f
commit
f4c44ce128
@ -1380,7 +1380,7 @@ void MainWindow::on_actionSearch_engine_triggered()
|
|||||||
has_python = true;
|
has_python = true;
|
||||||
}
|
}
|
||||||
else if (QMessageBox::question(this, tr("Missing Python Interpreter"),
|
else if (QMessageBox::question(this, tr("Missing Python Interpreter"),
|
||||||
tr("Python 2.x is required to use the search engine but it does not seem to be installed.\nDo you want to install it now?"),
|
tr("Python is required to use the search engine but it does not seem to be installed.\nDo you want to install it now?"),
|
||||||
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
|
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
|
||||||
// Download and Install Python
|
// Download and Install Python
|
||||||
installPython();
|
installPython();
|
||||||
|
Loading…
Reference in New Issue
Block a user