diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-20 00:07:51 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-20 00:07:51 +0000 |
commit | 6d981960da8b7897c2ca7feb125f2770971c4154 (patch) | |
tree | 114026b8dd7600f587ec5b4793a14070a240ca15 /modules/commands/cs_access.cpp | |
parent | 6acbd326f392a9a3a366947f6f9a05c7bdf7bc52 (diff) | |
parent | aca9d300640361a9abfca80c1b6d07a02cf93be2 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/commands/cs_access.cpp')
-rw-r--r-- | modules/commands/cs_access.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 451df5698..0a1203ec3 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -687,7 +687,7 @@ class CommandCSLevels : public Command /* Don't allow disabling of the founder level. It would be hard to change it back if you don't have access to use this command */ if (what.equals_ci("FOUNDER")) { - source.Reply(_("You can not disable the founder privilege because it would be impossible to reenable it at a later time.")); + source.Reply(_("You can not disable the founder privilege because it would be impossible to re-enable it at a later time.")); return; } @@ -843,7 +843,7 @@ public: "functions to be changed. \002LEVELS DISABLE\002 (or \002DIS\002 for short)\n" "disables an automatic feature or disallows access to a\n" "function by anyone, INCLUDING the founder (although, the founder\n" - "can always reenable it). Use \002LEVELS SET founder\002 to make a level\n" + "can always re-enable it). Use \002LEVELS SET founder\002 to make a level\n" "founder only.\n" " \n" "\002LEVELS LIST\002 shows the current levels for each function or\n" |