From 140d58ba38c8810fafcd83720b60c01d9c2f0f28 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 17 Nov 2025 14:02:47 -0600 Subject: [PATCH] Gui: Translate 'Don't show me again' --- src/Gui/Dialogs/DlgCheckableMessageBox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Dialogs/DlgCheckableMessageBox.h b/src/Gui/Dialogs/DlgCheckableMessageBox.h index c07f91f394..f5617a8335 100644 --- a/src/Gui/Dialogs/DlgCheckableMessageBox.h +++ b/src/Gui/Dialogs/DlgCheckableMessageBox.h @@ -122,7 +122,7 @@ public: const QString& header, const QString& message, bool check = false, - const QString& checkText = QStringLiteral("Don't show me again") + const QString& checkText = tr("Don't show me again") ); /// Same as showMessage above, but it checks the specific preference path and parameter