diff --git a/public_html/lang/generate_lang_file.php b/public_html/lang/generate_lang_file.php index be921633..60feee66 100755 --- a/public_html/lang/generate_lang_file.php +++ b/public_html/lang/generate_lang_file.php @@ -141,6 +141,7 @@ if (loadDir('../'.LS_OBJECTS_DIR) && loadDir('../'.LS_LOCAL_DIR.LS_OBJECTS_DIR)) foreach($conf['attrs'] as $attr) { add($attr['label']); add($attr['help_info']); + add($attr['no_value_label']); add($attr['html_options']['mail']['subject']); add($attr['html_options']['mail']['msg']);