qt: Updated some user-facing strings to refer to eden

This commit is contained in:
Briar 2025-04-01 18:37:54 +02:00
parent 0c4d8a8b08
commit efb94f76d0
15 changed files with 72 additions and 56 deletions

View file

@ -1034,7 +1034,7 @@ bool GRenderWindow::InitializeOpenGL() {
return true;
#else
QMessageBox::warning(this, tr("OpenGL not available!"),
tr("yuzu has not been compiled with OpenGL support."));
tr("eden has not been compiled with OpenGL support."));
return false;
#endif
}