]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
statusnet improvements
[friendica.git] / mod / dfrn_request.php
index 537a7a497a4970df3f2bc6255c285184fe7de9df..c9811fa60c46c28d5fd51da27e0ec725954fedea 100644 (file)
@@ -630,7 +630,7 @@ function dfrn_request_content(&$a) {
                        '$header' => t('Friend/Connection Request'),
                        '$desc' => t('Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca'),
                        '$pls_answer' => t('Please answer the following:'),
-                       '$does_know' => t('Does $name know you?'),
+                       '$does_know' => sprintf( t('Does %s know you?'),$a->profile['name']),
                        '$yes' => t('Yes'),
                        '$no' => t('No'),
                        '$add_note' => t('Add a personal note:'),