diff options
author | zottel <github@zottel.net> | 2012-05-04 10:00:04 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-04 10:00:04 +0200 |
commit | a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de (patch) | |
tree | 8c931e7a9feb65af4505864e605dbccf544bfdec /mod/profiles.php | |
parent | 35771a778df18afb231969c242680a6353e5ef8e (diff) | |
parent | 22c8fe46a554457b43b9721f1f46739511398060 (diff) | |
download | volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.gz volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.bz2 volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 4de9057dc..c72a233c2 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); |