X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=c72a233c21310f3a108728f7b9b1a951c1922837;hb=d0dd22af570a06016053030fa468f83d14f25f5d;hp=4de9057dc8fb44924b70bab3838eb832fed8581a;hpb=06d6ab481280d786c40b0741ebd0b787addee40d;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index 4de9057dc8..c72a233c21 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -328,8 +328,8 @@ function profile_activity($changed, $value) { $prof = '[url=' . $self[0]['url'] . '?tab=profile' . ']' . t('public profile') . '[/url]'; if($t == 1 && strlen($value)) { - $message = sprintf( t('%1$s changed %2$s to "%3$s"'), $A, $changes, $value); - $message .= "\n\n" . sprintf( t(' - Visit %1$s\'s %2$s'), $A, $prof); + $message = sprintf( t('%1$s changed %2$s to “%3$s”'), $A, $changes, $value); + $message .= "\n\n" . sprintf( t(" - Visit %1$s\'s %2$s"), $A, $prof); } else $message = sprintf( t('%1$s has an updated %2$s, changing %3$s.'), $A, $prof, $changes);