X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotifications.php;h=41cccdae9dbe5d0c7d71f404559b6c9d8522e15a;hb=c05f95b54ed3184a79702fe9cbac427bcc93fd7c;hp=1c0c11ae52888850e683982b75df88818e091a8f;hpb=6bccf0be7960159866255c98b40b37ebc9401480;p=friendica.git diff --git a/mod/notifications.php b/mod/notifications.php index 1c0c11ae52..41cccdae9d 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -185,7 +185,7 @@ function notifications_content(&$a) { '$intro_id' => $rr['intro_id'], '$friend_selected' => $friend_selected, '$fan_selected' => $fan_selected, - '$approve_as' => t('Shall your connection be bidirectional or not? "Friend" implies that you allow to read and you subscribe to their posts. "Fan" means that you allow to read but you do not want to read theirs. Approve as: '), + '$approve_as' => t('Shall your connection be bidirectional or not? "Friend" implies that you allow to read and you subscribe to their posts. "Fan" means that you allow to read but you do not want to read theirs. To start sharing with a Diaspora contact, choose "Fan". Approve as: '), '$as_friend' => t('Friend'), '$as_fan' => (($rr['network'] == NETWORK_DIASPORA) ? t('Sharer') : t('Fan/Admirer')) ));