diff options
author | Thomas Willingham <founder@kakste.com> | 2012-04-02 00:18:03 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-04-02 00:18:03 +0100 |
commit | d0ddd380e7e65cd20e6a85c32085258e1ab69339 (patch) | |
tree | 5175c73a7d10028615c356229c6bddca4468cb48 /mod/dfrn_request.php | |
parent | e935b3a2253e2c1078ebecb7b9784029c94fb344 (diff) | |
download | volse-hubzilla-d0ddd380e7e65cd20e6a85c32085258e1ab69339.tar.gz volse-hubzilla-d0ddd380e7e65cd20e6a85c32085258e1ab69339.tar.bz2 volse-hubzilla-d0ddd380e7e65cd20e6a85c32085258e1ab69339.zip |
Moved Diaspora notes away from top, per user request
Diffstat (limited to 'mod/dfrn_request.php')
-rwxr-xr-x | mod/dfrn_request.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index c2d37dac7..5881b7b51 100755 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -664,8 +664,8 @@ function dfrn_request_content(&$a) { else $tpl = get_markup_template('auto_request.tpl'); - $page_desc = sprintf( t('Diaspora members: Please do not use this form. Instead, enter "%s" into your Diaspora search bar.'), - $target_addr) . EOL . EOL; + # $page_desc = sprintf( t('Diaspora members: Please do not use this form. Instead, enter "%s" into your Diaspora search bar.'), + # $target_addr) . EOL . EOL; $page_desc .= t("Please enter your 'Identity Address' from one of the following supported communications networks:"); @@ -699,7 +699,7 @@ function dfrn_request_content(&$a) { '$friendica' => t('Friendica'), '$statusnet' => t('StatusNet/Federated Social Web'), '$diaspora' => t('Diaspora'), - '$diasnote' => t('- please share from your own site as noted above'), + '$diasnote' => sprintf (t(' - please do not use this form. Instead, enter %s into your Diaspora search bar.'),$target_addr), '$your_address' => t('Your Identity Address:'), '$invite_desc' => $invite_desc, '$emailnet' => $emailnet, |