Skip to content

Commit 379aefa

Browse files
laanwjvijaydasmp
authored andcommitted
Merge 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
1 parent 5187ec0 commit 379aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4353,7 +4353,7 @@ bool CConnman::Start(CDeterministicMNManager& dmnman, CMasternodeMetaMan& mn_met
43534353
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
43544354
if (clientInterface) {
43554355
clientInterface->ThreadSafeMessageBox(
4356-
_("Cannot provide specific connections and have addrman find outgoing connections at the same."),
4356+
_("Cannot provide specific connections and have addrman find outgoing connections at the same time."),
43574357
"", CClientUIInterface::MSG_ERROR);
43584358
}
43594359
return false;

0 commit comments

Comments
 (0)