# HG changeset patch # User Kim Alvefur # Date 1697373791 -7200 # Node ID 7ae000fc8c0729ba218cc6a41d7c8d2a7ed10649 # Parent e11644485902b410bfddb0ca1165fb93552a9657 mod_muc_mam: Improve wording of enable setting Suggested by jstein in the chat This option label is used by XMPP clients to explain what the option does. a) The user should know where the data is archived. b) The user needs a statement that can be enabled/disabled by the variable. A question would have the wrong logic here. diff -r e11644485902 -r 7ae000fc8c07 plugins/mod_muc_mam.lua --- a/plugins/mod_muc_mam.lua Tue Sep 05 19:48:59 2023 +0200 +++ b/plugins/mod_muc_mam.lua Sun Oct 15 14:43:11 2023 +0200 @@ -90,7 +90,7 @@ { name = muc_form_enable, type = "boolean", - label = "Enable archiving?", + label = "Archive chat on server", value = archiving_enabled(room), } );