diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-08 14:21:26 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-08 14:25:05 +0000 |
commit | 517810b2085f8c44d243e594c18d87cd11eb2a45 (patch) | |
tree | 376a777eab87057afc8090b3dc9c0506044532e1 /data | |
parent | b7f7a91dfbb871c42be8d8ff49cd1b9b2c80262e (diff) |
Make the grammar of the SET privilege description less weird.
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index c7506b878..4701ddd88 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -737,7 +737,7 @@ privilege privilege { name = "SET" - desc = _("Allowed to set channel settings") + desc = _("Allowed to modify channel settings") rank = 320 level = 9999 flag = "s" |