diff options
-rw-r--r-- | data/chanserv.example.conf | 10 | ||||
-rw-r--r-- | data/nickserv.example.conf | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 720738403..86b86291b 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -799,25 +799,25 @@ privilege command_group { name = "chanserv/access" - description = "Used to manage the list of privileged users" + description = _("Used to manage the list of privileged users") } command_group { name = "chanserv/status" - description = "Used to modify the channel status of you or other users" + description = _("Used to modify the channel status of you or other users") } command_group { name = "chanserv/management" - description = "Used to manage channels" + description = _("Used to manage channels") } command_group { name = "chanserv/admin" - description = "Services Operator commands" + description = _("Services Operator commands") } /* Give it a help command. */ @@ -935,7 +935,7 @@ command { service = "ChanServ"; name = "ENTRYMSG"; command = "chanserv/entrymsg" * * The "LIST" subcommand of chanserv/flags will show every access entry on the channel, including access * entries not added by cs_flags. The "Flags" of these entries will be the flags representation of the - * privilege set granted by the access entry. + * privilege set granted by the access entry. */ module { name = "cs_flags" } command { service = "ChanServ"; name = "FLAGS"; command = "chanserv/flags"; group = "chanserv/access"; } diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index deca9164f..e8d02bed6 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -231,7 +231,7 @@ module command_group { name = "nickserv/admin" - description = "Services Operator commands" + description = _("Services Operator commands") } /* Give it a help command. */ |