You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - Shows the amount of pending proposals/p.requests on the other view
- When the dialog is shown, clicking the button opens the view with
new entries.
* show right category on dialog
ui->otherViewLabel->setText(fSettings ? tr("There are %1 new Proposals on the other view.").arg(nCount) : tr("There are %1 new Payment Requests on the other view.").arg(nCount));
QCheckBox *cb = newQCheckBox("Don't show this notification again until wallet is restarted.");
1832
1845
QMessageBox msgbox;
1833
-
msgbox.setText(tr("There are new proposals or payment requests in the Community Fund.<br><br>As a staker it's important to engage in the voting process.<br><br>Please cast your vote using the voting dialog!"));
msgbox.setText(tr("There are new %1 in the Community Fund.<br><br>As a staker it's important to engage in the voting process.<br><br>Please cast your vote using the voting dialog!").arg(sWhat));
1834
1848
msgbox.setIcon(QMessageBox::Icon::Warning);
1835
1849
msgbox.setCheckBox(cb);
1836
1850
QAbstractButton* pButtonInfo = msgbox.addButton(tr("Read about the Community Fund"), QMessageBox::YesRole);
0 commit comments