]> git.mxchange.org Git - friendica.git/commitdiff
use html symbols for double quotes
authorfriendica <info@friendica.com>
Fri, 4 May 2012 00:19:53 +0000 (17:19 -0700)
committerfriendica <info@friendica.com>
Fri, 4 May 2012 00:19:53 +0000 (17:19 -0700)
mod/profiles.php

index 5580448421668b2fa6eb8e9a179c25928632970d..c72a233c21310f3a108728f7b9b1a951c1922837 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 &ldquo;%3$s&rdquo;'), $A, $changes, $value);
                $message .= "\n\n" . sprintf( t(" - Visit %1$s\'s %2$s"), $A, $prof);
        }
        else