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

pwolanin’s picture

I'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')

pwolanin’s picture

Status: Active » Postponed (maintainer needs more info)