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

@ -96,7 +96,7 @@ void ConfigureGeneral::SetResetCallback(std::function<void()> callback) {
void ConfigureGeneral::ResetDefaults() {
QMessageBox::StandardButton answer = QMessageBox::question(
this, tr("yuzu"),
this, tr("eden"),
tr("This reset all settings and remove all per-game configurations. This will not delete "
"game directories, profiles, or input profiles. Proceed?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::No);