X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Fdisplay.php;h=cad60d2754ce5990f7040463633c1b8a3e7a8d64;hb=9d6f3aa4dd43af69d490d0fe8d355893a206e73f;hp=30b55deceada0e7b07bc29f9631f29db3fbbfd54;hpb=a51a1007a38e763adcae5ea3865745b2ae80f921;p=friendica.git diff --git a/mod/display.php b/mod/display.php index 30b55decea..cad60d2754 100644 --- a/mod/display.php +++ b/mod/display.php @@ -243,7 +243,7 @@ function display_content(&$a) { $tmp_item = replace_macros($template,array( '$id' => $item['item_id'], - '$title' => t('View $name's profile'), + '$title' => t('View $name\'s profile'), '$profile_url' => $profile_link, '$name' => $profile_name, '$sparkle' => $sparkle,