diff options
author | friendica <info@friendica.com> | 2014-07-31 02:33:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-31 02:33:34 -0700 |
commit | 0e57b6cc8c8ad02c06457f96abae3227805c37ef (patch) | |
tree | 4f8994eb95708b241d4c9847678cb9b1f37f6e84 /mod/invite.php | |
parent | 35ed18967a61e9871becbe6676603ce8e43eeec3 (diff) | |
download | volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.tar.gz volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.tar.bz2 volse-hubzilla-0e57b6cc8c8ad02c06457f96abae3227805c37ef.zip |
convert application strings to en-US
Diffstat (limited to 'mod/invite.php')
-rw-r--r-- | mod/invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invite.php b/mod/invite.php index 9e37d1e6d..84c17948a 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -141,7 +141,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 communication 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 decentralized 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" : '') . t('Please visit my channel at') |