X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_request.php;h=0be8403c2bfbec4031a5ae57adde17be2b5c49e9;hb=2ec3a97393959e42d450e074271d2d622d25701f;hp=4a860a97a981319058bac69c6c8f7a9d89ecc4d7;hpb=2fb1819e572a64c9d308fc2913411986f4b04df7;p=friendica.git diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 4a860a97a9..0be8403c2b 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -1,11 +1,23 @@ . * - * Purpose: Handles communication associated with the issuance of - * friend requests. + *Handles communication associated with the issuance of friend requests. * * @see PDF with dfrn specs: https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf * You also find a graphic which describes the confirmation process at @@ -639,7 +651,7 @@ function dfrn_request_content(App $a) '$name' => $a->profile['name'], '$myaddr' => $myaddr, - '$does_know_you' => ['knowyou', DI::l10n()->t('%s knows me', $a->profile['name'])], + '$does_know_you' => ['knowyou', DI::l10n()->t('%s knows you', $a->profile['name'])], '$addnote_field' => ['dfrn-request-message', DI::l10n()->t('Add a personal note:')], ]); return $o;