Translates in code
husztisanyi - April 22, 2008 - 11:43
| Project: | Autoresponder |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I change line 1301, because doesn't translate:
$sets = array('empty' => 'No sets to subscribe!');
to this:
$sets = array('empty' => t('No sets to subscribe!'));
I think, it works.

#1
- I can't translate theese rows:
form_set_error('email','Your email address '.$form_values['email'].' is already subscribed for this list.');
t('Are you sure you want to unsubscribe \''.$us->email.'\' from mailing list \''.$us->name.'\'?'),
Thanks your work!
#2
Thanks for pointing me to this issue. Fixed.
#3
Automatically closed -- issue fixed for two weeks with no activity.