Skip to content

Commit 76d696b

Browse files
authored
Merge branch 'master' into ui_warning_messages
2 parents f454315 + fc2e876 commit 76d696b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ sudo apt-get install git curl python build-essential libtool automake pkg-config
112112
sudo apt-get install qttools5-dev qttools5-dev-tools libxcb-xkb-dev bison
113113
```
114114

115+
If you use a later version of Ubuntu, you may need to replace `python` with `python3`.
116+
115117
- Redhat/Fedora:
116118

117119
```sh

src/qt/sendcoinsdialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ void SendCoinsDialog::on_sendButton_clicked()
531531
formatted.append(tr("EX-addresses can only receive FIRO from transparent addresses.<br /><br />"
532532
"Your FIRO will go from Spark to a newly generated transparent address %1 and then immediately be sent to the EX-address.").arg(transparentAddress));
533533
}
534+
534535
QString questionString = tr("Are you sure you want to send?");
535536

536537
questionString.append(warningMessage);

0 commit comments

Comments
 (0)