Simplify description
All checks were successful
eden-license / license-header (pull_request) Successful in 35s

This commit is contained in:
MaranBr 2025-08-16 00:27:19 -04:00
parent e971bcc605
commit 63a6c6e373

View file

@ -266,8 +266,8 @@ std::unique_ptr<TranslationMap> 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)"),