diff options
author | Adam <Adam@anope.org> | 2014-04-26 17:30:58 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-26 17:30:58 -0400 |
commit | 2ee496b8ac2aff980103237331514f31b7fdc039 (patch) | |
tree | 051187fc9503f24e36355c1e4670fc9580763685 /modules/commands/ns_group.cpp | |
parent | 3abb18721bf969157110ad4bb8e4b3ea26dde8e8 (diff) |
Change the "does not expire" string in ns_group to NO_EXPIRE which is translatable
Diffstat (limited to 'modules/commands/ns_group.cpp')
-rw-r--r-- | modules/commands/ns_group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |