The following form definition code does not use the t() function for text:

    $form['cron'] = array(
      '#type' => 'checkbox',
      '#title' => 'Use batch processing.',
      '#description' => 'Puts all Mailchimp subscription operations into the cron queue. (Includes subscribe, update, and unsubscribe operations.) <i>Note: May cause confusion if caches are cleared, as requested changes will appear to have failed until cron is run.</i>',
      '#default_value' => $config->get('cron'),
    );

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

roland.molnar created an issue. See original summary.

roland.molnar’s picture

Status: Active » Needs review
Greg Boggs’s picture

Thanks Roland,

Great catch!

Greg Boggs’s picture

Category: Task » Bug report
asrob’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

idebr’s picture

Greg Boggs’s picture

Thanks!

Greg Boggs’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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