Closed (fixed)
Project:
Node Gallery
Version:
6.x-3.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2011 at 23:31 UTC
Updated:
21 Feb 2011 at 15:40 UTC
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.