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

levelos’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • levelos committed dc87c53 on 7.x-1.x, panels, any-entity, slots, integrations, hold_state
    #1497222: Add missing t() wrappers.