If you want to alphabetize the menu, maybe this will help you.
main/controllers/Menus.php
to the line 43; $filter['sort_by'] = 'menus.menu_priority';
add this: $filter['sort_by'] = 'menus.menu_name';
The result (both lines):
$filter['sort_by'] = 'menus.menu_priority';
$filter['sort_by'] = 'menus.menu_name';
I hope it works for you!
Merry Christmas