diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:10:35 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-02 11:10:35 +0100 |
commit | 66d3293ae66457e1c60d7a7c1a20fe7cc60301d6 (patch) | |
tree | d82df9dee5700f6ead1416695201dd4042d40ab5 /modules/memoserv/ms_read.cpp | |
parent | a4691f9d4d162c12bd64168686adb2636e152597 (diff) |
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
Diffstat (limited to 'modules/memoserv/ms_read.cpp')
-rw-r--r-- | modules/memoserv/ms_read.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/memoserv/ms_read.cpp b/modules/memoserv/ms_read.cpp index 4fec8cdb8..ff3886818 100644 --- a/modules/memoserv/ms_read.cpp +++ b/modules/memoserv/ms_read.cpp @@ -201,7 +201,7 @@ public: source.Reply(_( "Sends you the text of the memos specified. If LAST is " "given, sends you the memo you most recently received. If " - "NEW is given, sends you all of your new memos. If ALL is " + "NEW is given, sends you all of your new memos. If ALL is " "given, sends you all of your memos. Otherwise, sends you " "memo number \037num\037. You can also give a list of numbers, " "as in this example:" |