Index: branches/RC/tools/debug_sample.php =================================================================== diff -u -r10685 -r11431 --- branches/RC/tools/debug_sample.php (.../debug_sample.php) (revision 10685) +++ branches/RC/tools/debug_sample.php (.../debug_sample.php) (revision 11431) @@ -29,7 +29,9 @@ // 'DBG_HELP' => 1, // Show FCK editor when viewing help screen // 'DBG_FORCE_THEME' => 1, // Use this theme_id instead of one in url - 'DBG_PHRASES' => 1, // Add ability to translate phrases on the fly (K4 templates only) + 'DBG_PHRASES' => 1, // Add ability to translate phrases on the fly +// 'DBG_PHRASES_EDIT_FRONT'=> 1, // Add ability to edit existing phrases for Front End +// 'DBG_PHRASES_EDIT_ADMIN'=> 1, // Add ability to edit existing phrases for Admin // 'DBG_WINDOW_WIDTH' => 700, // Set custom debugger layer width (in pixels) // 'DBG_REDIRECT' => 1, // Show links with redirect url instead of performing it (useful in events debugging)