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;