From 45702992ac8c0d36bd0a7eba1580d9cf8a364d74 Mon Sep 17 00:00:00 2001 From: Robby- Date: Thu, 19 Sep 2013 11:35:01 +0200 Subject: ns_cert, ns_set: Make strings equal for one translation instance --- modules/commands/ns_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ns_set.cpp') diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp index bad5fc940..11b6fd9d1 100644 --- a/modules/commands/ns_set.cpp +++ b/modules/commands/ns_set.cpp @@ -30,7 +30,7 @@ class CommandNSSet : public Command { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Sets various nickname options. \037option\037 can be one of:")); + source.Reply(_("Sets various nickname options. \037option\037 can be one of:")); Anope::string this_name = source.command; for (CommandInfo::map::const_iterator it = source.service->commands.begin(), it_end = source.service->commands.end(); it != it_end; ++it) -- cgit