Index: branches/RC/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl =================================================================== diff -u -N -r11029 -r11037 --- branches/RC/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (.../spelling_dictionary_list.tpl) (revision 11029) +++ branches/RC/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (.../spelling_dictionary_list.tpl) (revision 11037) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_item', '', + a_toolbar.AddButton( new ToolBarButton('new_spelling_dictionary', '', function() { std_precreate_item('spelling-dictionary', 'spelling_dictionary/spelling_dictionary_edit'); } ) );