From cb5ba1c633ee85887dae817b09a690d33b87cd6f Mon Sep 17 00:00:00 2001 From: bachy Date: Mon, 11 Feb 2013 15:16:51 +0100 Subject: [PATCH] TRANSLATABLE : "the materiO terms of services" Signed-off-by: bachy --- materio_user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materio_user.module b/materio_user.module index 6329c7cc..937a06f0 100644 --- a/materio_user.module +++ b/materio_user.module @@ -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, );