From 0b1e2e5df1b9a3818d4ec1c77307fd8ade8c3a22 Mon Sep 17 00:00:00 2001 From: tomboylover93 <95257311+tomboylover93@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:08:56 -0300 Subject: [PATCH] fix rdoc translation --- src/qt_gui/settings_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qt_gui/settings_dialog.cpp b/src/qt_gui/settings_dialog.cpp index d84afb755..802325126 100644 --- a/src/qt_gui/settings_dialog.cpp +++ b/src/qt_gui/settings_dialog.cpp @@ -563,6 +563,8 @@ void SettingsDialog::updateNoteTextEdit(const QString& elementName) { text = tr("vkValidationCheckBox"); } else if (elementName == "vkSyncValidationCheckBox") { text = tr("vkSyncValidationCheckBox"); + } else if (elementName == "rdocCheckBox") { + text = tr("rdocCheckBox"); } else if (elementName == "crashDiagnosticsCheckBox") { text = tr("crashDiagnosticsCheckBox"); } else if (elementName == "guestMarkersCheckBox") {