Merge pull request #15459 from Chocobo1/i18n

Revise description wordings
This commit is contained in:
Chocobo1
2021-09-19 13:29:08 +08:00
committed by GitHub
15 changed files with 66 additions and 95 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);
}