1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 05:43: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
@@ -161,7 +161,7 @@ public:
u->Account()->email = email;
BotInfo *NickServ = Config->GetClient("NickServ");
if (NickServ)
u->SendMessage(NickServ, _("Your email has been updated to \002%s\002"), email.c_str());
u->SendMessage(NickServ, _("Your email address has been updated to \002%s\002"), email.c_str());
Log(this->owner) << "Updated email address for " << u->nick << " (" << u->Account()->display << ") to " << email;
}
}