Skip to content

Commit

Permalink
Qt: Fix copy paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster committed May 13, 2024
1 parent fc2a750 commit 15db15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/InterfaceSettingsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 15db15d

Please sign in to comment.