Add missed word to error message

This commit is contained in:
Hennadii Stepanov 2022-02-24 02:59:38 +02:00
parent 8d6f9210d9
commit ff33c5ae63
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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;