1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 00:03:13 +02:00

Fix various issues with language strings.

This commit is contained in:
Sadie Powell
2025-06-16 12:30:42 +01:00
parent 61b0c82884
commit c5bff3a099
9 changed files with 47 additions and 52 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ private:
if (!forbid_service)
{
Log(this) << "Unable to convert forbidden email " << email << " as os_forbid is not loaded";
Log(this) << "Unable to convert forbidden email address " << email << " as os_forbid is not loaded";
return true;
}