Index: branches/5.0.x/core/kernel/languages/phrases_cache.php =================================================================== diff -u -r12396 -r12450 --- branches/5.0.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 12396) +++ branches/5.0.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 12450) @@ -1,6 +1,6 @@ 0) { - $label = substr($label, 1, -1); // cut exclamation marks - } + // cut exclamation marks - depricated form of passing phrase name from templates + $label = preg_replace('/^!(.*)!$/', '\\1', $label); if (strlen($label) == 0) { return '';