aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-02-24 12:34:33 +0100
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-02-24 12:34:39 +0100
commit37637bea3a9a48c0d52d68d3f78f154f8249a009 (patch)
treed40015684247eb9f3caaab2a07117edbfba6cfad /src
parent8d6f9210d90b350a9248f853ed8c559ef5e12505 (diff)
parentff33c5ae633191df94759a5f3deead43863cd8fd (diff)
downloadbitcoin-37637bea3a9a48c0d52d68d3f78f154f8249a009.tar.xz
Merge bitcoin/bitcoin#24434: Add missed word to error message
ff33c5ae633191df94759a5f3deead43863cd8fd 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: ACK ff33c5ae633191df94759a5f3deead43863cd8fd Tree-SHA512: 487512956dbaa42a33057362fc438f45ded211493221646b23101784902e75e6d72ef5b5184f175362e0d821a8409badc58abab4e06e86d4934b064dc5bb7050
Diffstat (limited to 'src')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index d5763ee68b..63e25a71bb 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -2620,7 +2620,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
if (m_client_interface) {
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);
}
return false;