Browse Source

Fixed Unicode issue

pull/3582/head
John 2 weeks ago
committed by crueter
parent
commit
912f0ddfd1
  1. 2
      src/qt_common/config/shared_translation.cpp

2
src/qt_common/config/shared_translation.cpp

@ -360,7 +360,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
rescale_hack,
tr("Enable Legacy Rescale Pass"),
tr("May fix rescale issues in some games by relying on behavior from the previous implementation.\n"
"Legacy‑behavior workaround that fixes AMD GPU line artifacts and Nvidia GPU grey‑texture flicker in Luigis Mansion 3."));
"Legacy‑behavior workaround that fixes AMD GPU line artifacts and Nvidia GPU grey‑texture flicker in Luigis Mansion 3."));
// Renderer (Extensions)
INSERT(Settings, dyna_state, tr("Extended Dynamic State"),

Loading…
Cancel
Save