1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 00:06:38 +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
+3 -3
View File
@@ -51,9 +51,9 @@ public:
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_(
"Sends a passcode to the nickname with instructions on how to "
"reset their password. Email must be the email address associated "
"to the nickname."
"Sends a confirmation code to the nickname's email address with instructions on "
"how to reset their password. \037email\037 must be the email address associated "
"with the account."
));
return true;
}