fix rdoc translation

This commit is contained in:
tomboylover93 2025-01-28 19:08:56 -03:00
parent 794076f582
commit 0b1e2e5df1

View File

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