TRANSLATABLE : "the materiO terms of services"

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2013-02-11 15:16:51 +01:00
parent 432b8ee65e
commit cb5ba1c633

View File

@ -87,7 +87,7 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) {
$form['termsofservices'] = array(
'#type' => 'checkbox',
'#title' => t('I accept') .' '. l('the materiO terms of services', 'node/11183'),
'#title' => t('I accept') .' '. l(t('the materiO terms of services'), 'node/11183'),
'#required' => true,
);