Index: branches/5.1.x/core/admin_templates/regional/languages_edit_phrases.tpl =================================================================== diff -u -N -r12657 -r13151 --- branches/5.1.x/core/admin_templates/regional/languages_edit_phrases.tpl (.../languages_edit_phrases.tpl) (revision 12657) +++ branches/5.1.x/core/admin_templates/regional/languages_edit_phrases.tpl (.../languages_edit_phrases.tpl) (revision 13151) @@ -12,6 +12,7 @@ function edit() { + Application.SetVar('regional', 1); std_edit_temp_item('phrases', 'regional/phrases_edit'); } @@ -40,6 +41,7 @@ a_toolbar.AddButton( new ToolBarButton('new_item', '::', function() { + Application.SetVar('regional', 1); std_new_item('phrases', 'regional/phrases_edit') } ) );