Index: trunk/core/kernel/languages/phrases_cache.php =================================================================== diff -u -N -r2261 -r2628 --- trunk/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 2261) +++ trunk/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 2628) @@ -85,7 +85,7 @@ { $translated_label = $this->Phrases[$label]; if($this->Application->isDebugMode() && dbg_ConstOn('DBG_PHRASES_HILIGHT') && !$this->Application->IsAdmin()) - $translated_label = ''.$translated_label.''; + $translated_label = ''.$translated_label.' '.$original_label.''; return $translated_label; }