1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 18:33:12 +02:00

Remove double spacing after a full stop in help messages.

This hasn't been considered a best practice since the age of the
typewriter.

https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
This commit is contained in:
Sadie Powell
2025-05-02 11:10:35 +01:00
parent a4691f9d4d
commit 66d3293ae6
22 changed files with 102 additions and 102 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ public:
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 "
"reset their password. Email must be the email address associated "
"to the nickname."
));
return true;