Index: branches/5.1.x/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r14520 -r14537 --- branches/5.1.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 14520) +++ branches/5.1.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 14537) @@ -1,6 +1,6 @@ Application->Phrase($label, false); + } + else { + $label = $params['title_label']; + $hint = $this->Application->Phrase('hint:' . $label, false); + } + + return $hint; // $hint != strtoupper('!' . $label . '!') ? $hint : ''; + } + /** * Returns formatted date + time on current language *