aboutsummaryrefslogtreecommitdiffstats
path: root/mod/invite.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-24 03:08:20 -0800
committerFriendika <info@friendika.com>2011-01-24 03:08:20 -0800
commit163e614a3bcac5365e9756ed88581689916c3cba (patch)
tree51bf05c2f91317f85005f1ee5f0f3c2038fec8c1 /mod/invite.php
parent29ae9e09204a77110e68ddae7fa852f3e546febd (diff)
downloadvolse-hubzilla-163e614a3bcac5365e9756ed88581689916c3cba.tar.gz
volse-hubzilla-163e614a3bcac5365e9756ed88581689916c3cba.tar.bz2
volse-hubzilla-163e614a3bcac5365e9756ed88581689916c3cba.zip
don't translate CR-LF
Diffstat (limited to 'mod/invite.php')
-rw-r--r--mod/invite.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/invite.php b/mod/invite.php
index 9d4497f5d..f67432746 100644
--- a/mod/invite.php
+++ b/mod/invite.php
@@ -57,10 +57,10 @@ 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('Please join my social network on ') . $a->config['sitename'] . t("\r\n") . t("\r\n")
- . t('To accept this invitation, please visit:') . t("\r\n") . t("\r\n") . $a->get_baseurl()
- . t("\r\n") . t("\r\n") . t('Once you have registered, please connect with me via my profile page at:')
- . t("\r\n") . t("\r\n") . $a->get_baseurl() . '/profile/' . $a->user['nickname'] ,
+ '$default_message' => t('Please join my social network on ') . $a->config['sitename'] . "\r\n" . "\r\n"
+ . t('To accept this invitation, please visit:') . "\r\n" . "\r\n" . $a->get_baseurl()
+ . "\r\n" . "\r\n" . t('Once you have registered, please connect with me via my profile page at:')
+ . "\r\n" . "\r\n" . $a->get_baseurl() . '/profile/' . $a->user['nickname'] ,
'$submit' => t('Submit')
));