[invite module] remove trailing spaces from translatable strings
This commit is contained in:
parent
97be144913
commit
191a2fd5be
@ -131,11 +131,11 @@ function invite_content(&$a) {
|
|||||||
'$msg_text' => t('Your message:'),
|
'$msg_text' => t('Your message:'),
|
||||||
'$default_message' => t('Please join my community on $Projectname.') . "\r\n" . "\r\n"
|
'$default_message' => t('Please join my community on $Projectname.') . "\r\n" . "\r\n"
|
||||||
. $linktxt
|
. $linktxt
|
||||||
. (($invonly) ? "\r\n" . "\r\n" . t('You will need to supply this invitation code: ') . $invite_code . "\r\n" . "\r\n" : '')
|
. (($invonly) ? "\r\n" . "\r\n" . t('You will need to supply this invitation code:') . " " . $invite_code . "\r\n" . "\r\n" : '')
|
||||||
. t('1. Register at any $Projectname location (they are all inter-connected)')
|
. t('1. Register at any $Projectname location (they are all inter-connected)')
|
||||||
. "\r\n" . "\r\n" . z_root() . '/register'
|
. "\r\n" . "\r\n" . z_root() . '/register'
|
||||||
. "\r\n" . "\r\n" . t('2. Enter my $Projectname network address into the site searchbar.')
|
. "\r\n" . "\r\n" . t('2. Enter my $Projectname network address into the site searchbar.')
|
||||||
. "\r\n" . "\r\n" . $ob['xchan_addr'] . ' (' . t('or visit ') . z_root() . '/channel/' . $channel['channel_address'] . ')'
|
. "\r\n" . "\r\n" . $ob['xchan_addr'] . ' (' . t('or visit') . " " . z_root() . '/channel/' . $channel['channel_address'] . ')'
|
||||||
. "\r\n" . "\r\n"
|
. "\r\n" . "\r\n"
|
||||||
. t('3. Click [Connect]')
|
. t('3. Click [Connect]')
|
||||||
. "\r\n" . "\r\n" ,
|
. "\r\n" . "\r\n" ,
|
||||||
|
Reference in New Issue
Block a user