I discover this solution, but I want to know if there is an official one.
finde manage-galleries.php in /plugins/nextgen-gallery/admin and change
$gallerylist = $nggdb->find_all_galleries('gid', 'asc', TRUE, 25, $start, false);
to
$gallerylist = $nggdb->find_all_galleries('title', 'asc', TRUE, 25, $start, false);