splittingred / Batcher

A batch editor for Resources for MODx Revolution.
http://docs.modxcms.com/display/ADDON/Batcher
15 stars 18 forks source link

Bulk Actions->Uncacheable is mapped to "cacheable" #7

Closed martinf55 closed 13 years ago

martinf55 commented 14 years ago

In 1.1.0pl, resource.grid.js, at line 307: text: _('batcher.uncacheable') ,handler: function(btn,e) { this.batchAction('cacheable',btn,e); } the 'cacheable' should probably read 'uncacheable'.