From 15b37c1e38b20a3f6244af179dfdb395ee929800 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sat, 2 Feb 2013 07:30:53 +0100 Subject: Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections. --- modules/commands/ms_send.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ms_send.cpp') diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp index 171bd8e60..f92955dcf 100644 --- a/modules/commands/ms_send.cpp +++ b/modules/commands/ms_send.cpp @@ -41,7 +41,7 @@ class CommandMSSend : public Command else if (result == MemoServService::MEMO_TOO_FAST) source.Reply(_("Please wait %d seconds before using the SEND command again."), Config->MSSendDelay); else if (result == MemoServService::MEMO_TARGET_FULL) - source.Reply(_("%s currently has too many memos and cannot receive more."), nick.c_str()); + source.Reply(_("Sorry, %s currently has too many memos and cannot receive more."), nick.c_str()); return; } -- cgit