From: friendica Date: Wed, 2 May 2012 08:07:23 +0000 (-0700) Subject: delineate the new profile changes from the rest of the text X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06d6ab481280d786c40b0741ebd0b787addee40d;p=friendica.git delineate the new profile changes from the rest of the text --- diff --git a/mod/profiles.php b/mod/profiles.php index 3a52c8fa5e..4de9057dc8 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -328,7 +328,7 @@ 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 = 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