Invalid marker content in --autoresponder.module
husztisanyi - May 29, 2008 - 11:24
| Project: | Autoresponder |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
If I save an .po file with potx, and import this file in locale module, after I get theese errors:
# Invalid marker content in --autoresponder.module:313 * t('Are you sure you want to unsubscribe \'<i>'.$us->email.'</i>\' from mailing list \'<i>'.$us->name.'</i>\'?')
# Invalid marker content in --autoresponder.module:651 * t('Are you sure you want to delete \'<i>'.$us->email.'</i>\'?')
# Invalid marker content in --autoresponder.module:736 * t('Are you sure you want to delete <i>\''.$mail->subject.'\'</i>?')
# Invalid marker content in --autoresponder.module:772 * t('No messages in database! You can add one '.l(t('here...'),'admin/settings/autoresponder/mail/add'))
# Invalid marker content in --autoresponder.module:809 * t('Are you sure you want to delete <i>\''.$set->name.'\'</i>?')
# Invalid marker content in --autoresponder.module:822 * t('No sets in database! You can add one '.l(t('here...'),'admin/settings/autoresponder/set/add'))
# Invalid marker content in --autoresponder.module:975 * t('No sets in database! You can add one '.l(t('here...'),'admin/settings/autoresponder/set/add'))
... 