From b181133e60ca6f0b2dfbf648bf06fef98904089d Mon Sep 17 00:00:00 2001 From: bachy Date: Thu, 14 Feb 2013 23:51:01 +0100 Subject: [PATCH] t() fixe 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 2bc1dbfe..678cbfc3 100644 --- a/materio_user.module +++ b/materio_user.module @@ -193,7 +193,7 @@ function materio_user_help($path, $arg) { return $content; }else if(isset($user->roles[2])){ // authentificated user (not utilisateur) $content = '

' . t('Welcome, you just joined materiO\' !') . '

'; - $frontlink = l('continue with basic', ''); + $frontlink = l(t('continue with basic'), ''); $message = t('Now you can choose the membership that\'s right for you, or !link', array('!link'=>$frontlink)); $content .= '

' . $message . '

'; return $content;