diff --git a/src/qt_common/config/shared_translation.cpp b/src/qt_common/config/shared_translation.cpp index 23ddd427ac..a652137343 100644 --- a/src/qt_common/config/shared_translation.cpp +++ b/src/qt_common/config/shared_translation.cpp @@ -277,9 +277,9 @@ std::unique_ptr InitializeTranslations(QObject* parent) INSERT(Settings, gpu_accuracy, tr("GPU Accuracy:"), - tr("Controls the GPU emulation accuracy.\nMost games render fine with Normal, but High is still " + tr("Controls the GPU emulation accuracy.\nMost games render fine with Performance or Balanced modes, but Accurate is still " "required for some.\nParticles tend to only render correctly with High " - "accuracy.\nExtreme should only be used as a last resort.")); + "accuracy.")); INSERT(Settings, dma_accuracy, tr("DMA Accuracy:"),