change wording

This commit is contained in:
Mario Vavti 2016-02-22 13:42:05 +01:00
parent dd6e3d873d
commit 411c510778

View File

@ -254,7 +254,7 @@ function register_content(&$a) {
'$email' => $email,
'$pass1' => $password,
'$pass2' => $password2,
'$submit' => ((UNO || $auto_create) ? t('Register') : t('Register and proceed to create your first channel'))
'$submit' => ((UNO || $auto_create) ? t('Register') : t('Proceed to create your first channel'))
));
return $o;