This commit is contained in:
brian2081 2022-05-31 10:26:20 +08:00 committed by Ivan
parent bda52a51a7
commit 64958264c5
1 changed files with 1 additions and 1 deletions

View File

@ -2251,7 +2251,7 @@ void main_window::CreateConnects()
connect(ui->updateAct, &QAction::triggered, this, [this]()
{
#if !defined(_WIN32) && !defined(__linux__)
QMessageBox::warning(this, tr("Auto-updater"), tr("The auto-updater currently isn't available for your os."));
QMessageBox::warning(this, tr("Auto-updater"), tr("The auto-updater isn't available for your OS currently."));
return;
#endif
m_updater.check_for_updates(false, false, false, this);