Remove remark about default browser when built-in web view disabled

This is now misleading as it depends on the general web settings. The
presence of this new settings tab alone should make it clear what will
happen instead so the sentence can just be dropped.
This commit is contained in:
Martchus 2023-04-15 20:35:24 +02:00
parent fc8ab2e845
commit d2bbbab4f2
1 changed files with 1 additions and 1 deletions

View File

@ -1461,7 +1461,7 @@ QWidget *BuiltinWebViewOptionPage::setupWidget()
label->setAlignment(Qt::AlignCenter);
label->setText(QCoreApplication::translate("QtGui::BuiltinWebViewOptionPage",
"Syncthing Tray has not been built with vieb view support utilizing either Qt WebKit "
"or Qt WebEngine.\nThe Web UI will be opened in the default web browser instead."));
"or Qt WebEngine."));
return label;
}
#endif