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 | |
parent | b7f7a91dfbb871c42be8d8ff49cd1b9b2c80262e (diff) |
Make the grammar of the SET privilege description less weird.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | data/chanserv.example.conf | 2 | ||||
-rw-r--r-- | language/anope.en_US.po | 8 |
3 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 87e372936..bfe5f3746 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ modules/ssl_openssl.cpp modules/stats run/ *.mo +*.pot 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" diff --git a/language/anope.en_US.po b/language/anope.en_US.po index bb912094e..140107614 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Anope\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-10-22 16:28+0100\n" +"POT-Creation-Date: 2024-11-08 14:24+0000\n" "PO-Revision-Date: 2024-11-08 13:58+0000\n" "Last-Translator: Sadie Powell <sadie@witchery.services>\n" "Language-Team: English\n" @@ -1742,13 +1742,13 @@ msgstr "" msgid "Allowed to modify channel badwords list" msgstr "" -msgid "Allowed to modify the access list" +msgid "Allowed to modify channel settings" msgstr "" -msgid "Allowed to read channel memos" +msgid "Allowed to modify the access list" msgstr "" -msgid "Allowed to set channel settings" +msgid "Allowed to read channel memos" msgstr "" msgid "Allowed to unban themself" |