aboutsummaryrefslogtreecommitdiffstats
path: root/mod/invite.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-02 15:45:38 -0700
committerfriendica <info@friendica.com>2013-11-02 15:45:38 -0700
commit8eed3a10062818dd30f339139074be8e721546d5 (patch)
tree04bef7f94d86a146e4afd2843cd8d4cbb194fe15 /mod/invite.php
parentced0a9ab74f1c7563c0618c338c85a358e21ff5d (diff)
downloadvolse-hubzilla-8eed3a10062818dd30f339139074be8e721546d5.tar.gz
volse-hubzilla-8eed3a10062818dd30f339139074be8e721546d5.tar.bz2
volse-hubzilla-8eed3a10062818dd30f339139074be8e721546d5.zip
doc updates
Diffstat (limited to 'mod/invite.php')
-rw-r--r--mod/invite.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/invite.php b/mod/invite.php
index cb8cd1f63..bceca4515 100644
--- a/mod/invite.php
+++ b/mod/invite.php
@@ -139,7 +139,7 @@ function invite_content(&$a) {
'$invite' => t('Send invitations'),
'$addr_text' => t('Enter email addresses, one per line:'),
'$msg_text' => t('Your message:'),
- '$default_message' => t('You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised social and information tool.') . "\r\n" . "\r\n"
+ '$default_message' => t('You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool.') . "\r\n" . "\r\n"
. $linktxt
. (($invonly) ? "\r\n" . "\r\n" . t('You will need to supply this invitation code: $invite_code') . "\r\n" . "\r\n" : '')
@@ -147,7 +147,7 @@ function invite_content(&$a) {
. "\r\n" . "\r\n"
. z_root() . "/channel/" . $channel['channel_address']
. "\r\n" . "\r\n"
- . t('Once you have registered, please connect with my Red Matrix channel address:')
+ . t('Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:')
. "\r\n" . "\r\n" . $ob['xchan_addr']
. "\r\n" . "\r\n" . t('For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com') . "\r\n" . "\r\n" ,
'$submit' => t('Submit')