1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 18:54:47 +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
@@ -88,7 +88,7 @@ public:
{
na->nc->email = email;
if (user && NickServ)
user->SendMessage(NickServ, _("Your email has been updated to \002%s\002."), email.c_str());
user->SendMessage(NickServ, _("Your email address has been updated to \002%s\002."), email.c_str());
}
req->Success(me);