]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / mod / profiles.php
index c72a233c21310f3a108728f7b9b1a951c1922837..26fc8876547bbd1ef98c5c7103c578fae7d6856e 100644 (file)
@@ -329,7 +329,7 @@ function profile_activity($changed, $value) {
 
        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 .= "\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);