Index: trunk/core/kernel/languages/phrases_cache.php =================================================================== diff -u -r1560 -r1613 --- trunk/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 1560) +++ trunk/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 1613) @@ -95,7 +95,7 @@ $translation = '!'.$label.'!'; if( $this->Application->isDebugMode() && dbg_ConstOn('DBG_PHRASES') ) { - list($edit_tpl, $index_file) = $this->Application->IsAdmin() ? Array('in-commerce/regional/phrases_edit', 'index4.php') : Array('organized/phrases_edit', 'index.php'); + list($edit_tpl, $index_file) = $this->Application->IsAdmin() ? Array('regional/phrases_edit', 'index4.php') : Array('organized/phrases_edit', 'index.php'); $edit_url = $this->Application->HREF($edit_tpl,'',Array('m_opener'=>'d','phrases_label'=>$original_label,'phrases_event'=>'OnNew', 'pass'=>'all,phrases'), $index_file ); $translation = '!'.$label.'!';