Skip to content

Commit 37637be

Browse files
committed
Merge bitcoin/bitcoin#24434: Add missed word to error message
ff33c5a 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 ff33c5a Tree-SHA512: 487512956dbaa42a33057362fc438f45ded211493221646b23101784902e75e6d72ef5b5184f175362e0d821a8409badc58abab4e06e86d4934b064dc5bb7050
2 parents 8d6f921 + ff33c5a commit 37637be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
26202620
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
26212621
if (m_client_interface) {
26222622
m_client_interface->ThreadSafeMessageBox(
2623-
_("Cannot provide specific connections and have addrman find outgoing connections at the same."),
2623+
_("Cannot provide specific connections and have addrman find outgoing connections at the same time."),
26242624
"", CClientUIInterface::MSG_ERROR);
26252625
}
26262626
return false;

0 commit comments

Comments
 (0)