Qt: Fix copy paste fail

This commit is contained in:
JordanTheToaster 2024-05-13 22:12:24 +01:00 committed by refractionpcsx2
parent fc2a750f85
commit 3cb12cce84
1 changed files with 1 additions and 1 deletions

View File

@ -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.