diff --git a/src/dialogs/dialogs.cpp b/src/dialogs/dialogs.cpp index 5a7d85d..538a3ad 100644 --- a/src/dialogs/dialogs.cpp +++ b/src/dialogs/dialogs.cpp @@ -169,7 +169,7 @@ Donate::Donate(QWidget *parent) : QDialog(parent) // Initialize "Thanks" section: - QString thanks = tr("
%1:
").arg("Thank you for your support"); + QString thanks = QString("
%1:
").arg(tr("Thank you for your support")); QRegExp rx("\\((.+)\\)"); rx.setMinimal(true);