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") {