We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d6f921 + ff33c5a commit 37637beCopy full SHA for 37637be
src/net.cpp
@@ -2620,7 +2620,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
2620
if (connOptions.m_use_addrman_outgoing && !connOptions.m_specified_outgoing.empty()) {
2621
if (m_client_interface) {
2622
m_client_interface->ThreadSafeMessageBox(
2623
- _("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."),
2624
"", CClientUIInterface::MSG_ERROR);
2625
}
2626
return false;
0 commit comments