diff --git a/etemplate/inc/class.date_widget.inc.php b/etemplate/inc/class.date_widget.inc.php index c6e13e8a46..5e17ec0814 100644 --- a/etemplate/inc/class.date_widget.inc.php +++ b/etemplate/inc/class.date_widget.inc.php @@ -120,7 +120,11 @@ } $value = $str; $cell['type'] = 'label'; - $cell['no_lang'] = True; + if (!$cell['no_lang']) + { + $cell['no_lang'] = True; + $cell['label'] = strlen($cell['label']) > 1 ? lang($cell['label']) : $cell['label']; + } return True; } $tpl = new etemplate;