mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -05:00
Merge bitcoin/bitcoin#24434: Add missed word to error message
ff33c5ae63
Add missed word to error message (Hennadii Stepanov) Pull request description: Reported by Transifex translator [mmazi](https://www.transifex.com/user/profile/mmazi/). ACKs for top commit: laanwj: ACKff33c5ae63
Tree-SHA512: 487512956dbaa42a33057362fc438f45ded211493221646b23101784902e75e6d72ef5b5184f175362e0d821a8409badc58abab4e06e86d4934b064dc5bb7050
This commit is contained in:
commit
37637bea3a
1 changed files with 1 additions and 1 deletions
|
@ -2620,7 +2620,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
|
||||||
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
|
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
|
||||||
if (m_client_interface) {
|
if (m_client_interface) {
|
||||||
m_client_interface->ThreadSafeMessageBox(
|
m_client_interface->ThreadSafeMessageBox(
|
||||||
_("Cannot provide specific connections and have addrman find outgoing connections at the same."),
|
_("Cannot provide specific connections and have addrman find outgoing connections at the same time."),
|
||||||
"", CClientUIInterface::MSG_ERROR);
|
"", CClientUIInterface::MSG_ERROR);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue