From 3cb12cce8454ab8a09589c48e394004509f4fa2e Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Mon, 13 May 2024 22:12:24 +0100 Subject: [PATCH] Qt: Fix copy paste fail --- pcsx2-qt/Settings/InterfaceSettingsWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp index 7160381e45ce9..794b30c45343a 100644 --- a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp +++ b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp @@ -12,7 +12,7 @@ const char* InterfaceSettingsWidget::THEME_NAMES[] = { QT_TRANSLATE_NOOP("InterfaceSettingsWidget", "Native"), //: Ignore what Crowdin says in this string about "[Light]/[Dark]" being untouchable here, these are not variables in this case and must be translated. #ifdef _WIN32 - QT_TRANSLATE_NOOP("MainWindow", "Classic Windows"), + QT_TRANSLATE_NOOP("InterfaceSettingsWidget", "Classic Windows"), #endif QT_TRANSLATE_NOOP("InterfaceSettingsWidget", "Fusion [Light/Dark]"), //: Ignore what Crowdin says in this string about "[Light]/[Dark]" being untouchable here, these are not variables in this case and must be translated.