Gui: Translate 'Don't show me again'
This commit is contained in:
committed by
Kacper Donat
parent
327e6b3630
commit
140d58ba38
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user