Revise description wordings

This commit is contained in:
Chocobo1 2021-09-12 16:45:00 +08:00
parent ce0b6f0d56
commit 03012cc175
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
13 changed files with 19 additions and 19 deletions

View file

@ -2929,7 +2929,7 @@ void Session::setBannedIPs(const QStringList &newList)
}
else
{
LogMsg(tr("%1 is not a valid IP address and was rejected while applying the list of banned addresses.")
LogMsg(tr("%1 is not a valid IP address and was rejected while applying the list of banned IP addresses.")
.arg(ip)
, Log::WARNING);
}