summaryrefslogtreecommitdiff
path: root/modules/commands/ms_info.cpp
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2020-01-07 04:37:19 +0100
committerRobby <robby@chatbelgie.be>2020-01-07 04:37:19 +0100
commit2c1f8260fdd378b9e200cea1fd051ed282e33441 (patch)
tree85749682fbb34094c79388d9dd8b8c4abcc69056 /modules/commands/ms_info.cpp
parentd319fc6eb547acd47c74db6a706ceb525d371d49 (diff)
ms_info: Fix a typo in the INFO output when a nickname has been given.
Update the dutch language file.
Diffstat (limited to 'modules/commands/ms_info.cpp')
-rw-r--r--modules/commands/ms_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp
index 8efab192f..b301cd7a2 100644
--- a/modules/commands/ms_info.cpp
+++ b/modules/commands/ms_info.cpp
@@ -119,7 +119,7 @@ class CommandMSInfo : public Command
else if (na->nc->HasExt("MEMO_RECEIVE"))
source.Reply(_("%s is notified when new memos arrive."), nname.c_str());
else if (na->nc->HasExt("MEMO_SIGNON"))
- source.Reply(_("%s is notified of news memos at logon."), nname.c_str());
+ source.Reply(_("%s is notified of new memos at logon."), nname.c_str());
else
source.Reply(_("%s is not notified of new memos."), nname.c_str());
}