After extracting strings and loading a .po translation,
when checking the Moderated Content queue
the following warnings show up:
* Invalid marker content in modr8_admin.inc:430 * t($event->action)
* Invalid marker content in modr8_admin.inc:462 * t($event->action)
Comments
Comment #1
pwolanin commentedI'm not sure what this warning means - the action is selected from a set of fixed strings:
array('approve' => 'Approve', 'delete' => 'Delete', 'nada' => 'No action')Comment #2
pwolanin commented