mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix copy paste fail
This commit is contained in:
parent
fc2a750f85
commit
3cb12cce84
|
@ -12,7 +12,7 @@ const char* InterfaceSettingsWidget::THEME_NAMES[] = {
|
||||||
QT_TRANSLATE_NOOP("InterfaceSettingsWidget", "Native"),
|
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.
|
//: 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
|
#ifdef _WIN32
|
||||||
QT_TRANSLATE_NOOP("MainWindow", "Classic Windows"),
|
QT_TRANSLATE_NOOP("InterfaceSettingsWidget", "Classic Windows"),
|
||||||
#endif
|
#endif
|
||||||
QT_TRANSLATE_NOOP("InterfaceSettingsWidget", "Fusion [Light/Dark]"),
|
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.
|
//: Ignore what Crowdin says in this string about "[Light]/[Dark]" being untouchable here, these are not variables in this case and must be translated.
|
||||||
|
|
Loading…
Reference in New Issue