Invalid marker content in modr8_admin.inc
skizzo - May 16, 2008 - 11:58
| Project: | modr8 |
| Version: | 5.x-2.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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)

#1
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')#2