Index: branches/5.2.x/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r14782 -r14809 --- branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 14782) +++ branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 14809) @@ -1,6 +1,6 @@ Application->Phrase($empty_label, false); + if ( mb_substr($empty_label, 0, 1) == '+' ) { + // using plain text instead of phrase label + $empty_label = mb_substr($empty_label, 1); + } + else { + $empty_label = $this->Application->Phrase($empty_label, false); + } } // don't use other array merge function, because they will reset keys !!!