X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_request.php;h=0be8403c2bfbec4031a5ae57adde17be2b5c49e9;hb=9c36b63b33b7bae4da27a5d6257df9e74cf7c5f2;hp=4a860a97a981319058bac69c6c8f7a9d89ecc4d7;hpb=1400e99618720eee19abcfc000d42bedb9ff771d;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;