diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index 0707c6b87f..7c3cf7fc15 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -266,8 +266,8 @@ std::unique_ptr InitializeTranslations(QWidget* parent) INSERT(Settings, bg_blue, QString(), QString()); // Renderer (Advanced Graphics) - INSERT(Settings, force_safe_reads, tr("Force GPU to only use safe reads"), - tr("Prevents potential memory corruption issues that could lead to invalid dispatch parameters.\nThis can reduce performance in some cases.")); + INSERT(Settings, force_safe_reads, tr("Only use safe reads"), + tr("Ensures the GPU only uses safe reads.\nThis option may fix issues in some games, but may reduce performance in some cases.")); INSERT(Settings, async_presentation, tr("Enable asynchronous presentation (Vulkan only)"),