aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-22 13:42:05 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-22 13:42:05 +0100
commit411c510778d14b14b101dcbb0ecc1453bd294d4b (patch)
treef0bf57531ca357a64c53d9b6c5d2b15eb205d4de /mod
parentdd6e3d873d2ff04cb2549530fa838ad58b06cdbc (diff)
downloadvolse-hubzilla-411c510778d14b14b101dcbb0ecc1453bd294d4b.tar.gz
volse-hubzilla-411c510778d14b14b101dcbb0ecc1453bd294d4b.tar.bz2
volse-hubzilla-411c510778d14b14b101dcbb0ecc1453bd294d4b.zip
change wording
Diffstat (limited to 'mod')
-rw-r--r--mod/register.php2
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;