diff options
-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" |