62,68d61
< 
<    $form['civicrm_subscribe_message'] = array(
< 	'#type' => 'textfield',
< 	'#title' => t('Subscription message'),
< 	'#default_value' => variable_get('civicrm_subscribe_message', 'Enter your email address to subscribe to %group_name.'),
< 	'#description' => t('Enter the message displayed in the subscription block. Note: <strong>%group_name</strong> will automatically print the name of your email list.')
<    );
100c93
<     $help = t(variable_get('civicrm_subscribe_message', 'Enter your email address to subscribe to %group_name.'));
---
>     $help = t('Enter your email address to subscribe to %group_name.', array('%group_name' => $group_name));
490c483
< }
---
> }
\ No newline at end of file

