Index: branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php =================================================================== diff -u -r11561 -r11612 --- branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 11561) +++ branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 11612) @@ -42,12 +42,12 @@ 'Sections' => Array ( 'in-portal:spelling_dictionary' => Array ( - 'parent' => 'in-portal:system', + 'parent' => 'in-portal:website_setting_folder', 'icon' => 'spelling_dictionary', 'label' => 'la_title_SpellingDictionary', 'url' => Array('t' => 'spelling_dictionary/spelling_dictionary_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 3.2, + 'priority' => 7, 'type' => stTREE, ), ),