From 2ee496b8ac2aff980103237331514f31b7fdc039 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 26 Apr 2014 17:30:58 -0400 Subject: [PATCH] Change the "does not expire" string in ns_group to NO_EXPIRE which is translatable --- modules/commands/ns_group.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/ns_group.cpp b/modules/commands/ns_group.cpp index 04842b3e3..9b3f425e9 100644 --- a/modules/commands/ns_group.cpp +++ b/modules/commands/ns_group.cpp @@ -321,7 +321,7 @@ class CommandNSGList : public Command Anope::string expires; if (na2->HasExt("NS_NO_EXPIRE")) - expires = "Does not expire"; + expires = NO_EXPIRE; else if (!nickserv_expire || Anope::NoExpire) ; else if (na2->nc->HasExt("UNCONFIRMED") && unconfirmed_expire)