Index: branches/5.2.x/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl =================================================================== diff -u -N -r14244 -r14585 --- branches/5.2.x/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (.../spelling_dictionary_list.tpl) (revision 14244) +++ branches/5.2.x/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (.../spelling_dictionary_list.tpl) (revision 14585) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_spelling_dictionary', '', + a_toolbar.AddButton( new ToolBarButton('new_item', '', function() { std_precreate_item('spelling-dictionary', 'spelling_dictionary/spelling_dictionary_edit'); } ) );