Skip to content

Commit

Permalink
Merge branch 'master' into ui_warning_messages
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto authored Jun 14, 2024
2 parents f454315 + fc2e876 commit 76d696b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ sudo apt-get install git curl python build-essential libtool automake pkg-config
sudo apt-get install qttools5-dev qttools5-dev-tools libxcb-xkb-dev bison
```

If you use a later version of Ubuntu, you may need to replace `python` with `python3`.

- Redhat/Fedora:

```sh
Expand Down
1 change: 1 addition & 0 deletions src/qt/sendcoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ void SendCoinsDialog::on_sendButton_clicked()
formatted.append(tr("EX-addresses can only receive FIRO from transparent addresses.<br /><br />"
"Your FIRO will go from Spark to a newly generated transparent address %1 and then immediately be sent to the EX-address.").arg(transparentAddress));
}

QString questionString = tr("Are you sure you want to send?");

questionString.append(warningMessage);
Expand Down

0 comments on commit 76d696b

Please sign in to comment.