t() fixe
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
e7d0e34651
commit
b181133e60
@ -193,7 +193,7 @@ function materio_user_help($path, $arg) {
|
|||||||
return $content;
|
return $content;
|
||||||
}else if(isset($user->roles[2])){ // authentificated user (not utilisateur)
|
}else if(isset($user->roles[2])){ // authentificated user (not utilisateur)
|
||||||
$content = '<h2>' . t('Welcome, you just joined materiO\' !') . '</h2>';
|
$content = '<h2>' . t('Welcome, you just joined materiO\' !') . '</h2>';
|
||||||
$frontlink = l('continue with basic', '<front>');
|
$frontlink = l(t('continue with basic'), '<front>');
|
||||||
$message = t('Now you can choose the membership that\'s right for you, or !link', array('!link'=>$frontlink));
|
$message = t('Now you can choose the membership that\'s right for you, or !link', array('!link'=>$frontlink));
|
||||||
$content .= '<p>' . $message . '</p>';
|
$content .= '<p>' . $message . '</p>';
|
||||||
return $content;
|
return $content;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user