diff options
author | Adam <Adam@anope.org> | 2014-06-16 20:41:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-06-17 08:37:19 -0400 |
commit | 9a947fa4359c667be58ebae4634d9ac0e53d5db4 (patch) | |
tree | cae4a7f25cec2ef98413275babe02ae3c9199b60 /modules/commands/ms_check.cpp | |
parent | 4f7868b1250fa02be825a193970bfb08e32e5d96 (diff) |
Correct some language strings
Diffstat (limited to 'modules/commands/ms_check.cpp')
-rw-r--r-- | modules/commands/ms_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp index c0deabf65..6fab8919a 100644 --- a/modules/commands/ms_check.cpp +++ b/modules/commands/ms_check.cpp @@ -67,7 +67,7 @@ class CommandMSCheck : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Checks whether the _last_ memo you sent to \037nick\037 has been read\n" - "or not. Note that this does only work with nicks, not with channels.")); + "or not. Note that this only works with nicks, not with channels.")); return true; } }; |