Hello,
on registration.forms.inc on line 321 there isn't the t() function for the arrays title and description:
$form['reminder']['send_reminder'] = array(
'#type' => 'checkbox',
'#title' => 'Send Reminder',
'#description' => 'If checked, a reminder will be sent to registrants on the following date.',
'#default_value' => isset($settings['send_reminder']) ? $settings['send_reminder'] : -1,
);
I'm translating in italian but with pot file, localize server seems doesn't working well. Can I post it in another issue?
thanks for your hard work.
Comments
Comment #1
levelos commented