In file node_gallery.actions.inc on line 242, need replase
$gallery_list['new_gallery'] = '';
to
$gallery_list['new_gallery'] = '<' . t('Create a new gallery') . '>';
In file node_gallery.actions.inc on line 242, need replase
$gallery_list['new_gallery'] = '';
to
$gallery_list['new_gallery'] = '<' . t('Create a new gallery') . '>';
Comments
Comment #1
EliteMonk commentedCorrupt message...
In file node_gallery.actions.inc on line 242, need replase
to
Comment #2
justintime commentedThanks, committed to dev.