Bugfix: Fix a variety of misspellings
This commit is contained in:
@@ -126,7 +126,7 @@ void SignVerifyMessageDialog::on_signMessageButton_SM_clicked()
|
||||
if (!ctx.isValid())
|
||||
{
|
||||
ui->statusLabel_SM->setStyleSheet("QLabel { color: red; }");
|
||||
ui->statusLabel_SM->setText(tr("Wallet unlock was canceled."));
|
||||
ui->statusLabel_SM->setText(tr("Wallet unlock was cancelled."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user