]> git.mxchange.org Git - friendica.git/commitdiff
delineate the new profile changes from the rest of the text
authorfriendica <info@friendica.com>
Wed, 2 May 2012 08:07:23 +0000 (01:07 -0700)
committerfriendica <info@friendica.com>
Wed, 2 May 2012 08:07:23 +0000 (01:07 -0700)
mod/profiles.php

index 3a52c8fa5ee00f9fce921b449772f3e379ce8eb9..4de9057dc8fb44924b70bab3838eb832fed8581a 100644 (file)
@@ -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