diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-22 13:42:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-22 13:42:05 +0100 |
commit | 411c510778d14b14b101dcbb0ecc1453bd294d4b (patch) | |
tree | f0bf57531ca357a64c53d9b6c5d2b15eb205d4de | |
parent | dd6e3d873d2ff04cb2549530fa838ad58b06cdbc (diff) | |
download | volse-hubzilla-411c510778d14b14b101dcbb0ecc1453bd294d4b.tar.gz volse-hubzilla-411c510778d14b14b101dcbb0ecc1453bd294d4b.tar.bz2 volse-hubzilla-411c510778d14b14b101dcbb0ecc1453bd294d4b.zip |
change wording
-rw-r--r-- | mod/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php index 60d56aeee..bde10a362 100644 --- a/mod/register.php +++ b/mod/register.php @@ -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; |