Skip to content

Commit

Permalink
Fix Donate dialog translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Jul 4, 2015
1 parent 77ca86d commit 0d8d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/dialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Donate::Donate(QWidget *parent) : QDialog(parent)

// Initialize "Thanks" section:

QString thanks = tr("<hr>%1:<br>").arg("Thank you for your support");
QString thanks = QString("<hr>%1:<br>").arg(tr("Thank you for your support"));

QRegExp rx("\\((.+)\\)");
rx.setMinimal(true);
Expand Down

0 comments on commit 0d8d918

Please sign in to comment.