aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/language.lib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/muc/language.lib.lua')
-rw-r--r--plugins/muc/language.lib.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/muc/language.lib.lua b/plugins/muc/language.lib.lua
index ae9bcfed..1c4731d7 100644
--- a/plugins/muc/language.lib.lua
+++ b/plugins/muc/language.lib.lua
@@ -29,8 +29,9 @@ end
local function add_form_option(event)
table.insert(event.form, {
name = "muc#roomconfig_lang";
- label = "Language tag for Room (e.g. 'en', 'de', 'fr' etc.)";
+ label = "Language tag for room (e.g. 'en', 'de', 'fr' etc.)";
type = "text-single";
+ desc = "Indicate the primary language spoken in this room";
value = get_language(event.room) or "";
});
end