Switch to second person in dfrn_request "know you" field
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Feb 2020 06:01:11 +0000 (01:01 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Feb 2020 06:01:11 +0000 (01:01 -0500)
mod/dfrn_request.php
mod/follow.php

index 4a860a9..fd57dcf 100644 (file)
@@ -639,7 +639,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;
index e1d8b0e..c62c037 100644 (file)
@@ -177,7 +177,7 @@ function follow_content(App $a)
                '$myaddr'        => $myaddr,
                '$keywords'      => $r[0]['keywords'],
 
-               '$does_know_you' => ['knowyou', DI::l10n()->t('Does %s know you?', $ret['name'])],
+               '$does_know_you' => ['knowyou', DI::l10n()->t('%s knows you', $ret['name'])],
                '$addnote_field' => ['dfrn-request-message', DI::l10n()->t('Add a personal note:')],
        ]);