aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-03 10:21:38 +0200
committerzottel <github@zottel.net>2012-05-03 10:21:38 +0200
commit35771a778df18afb231969c242680a6353e5ef8e (patch)
tree2f1d6384b3f68c360861715e12dcf59a48145411 /mod/profiles.php
parent6000e7f30d1193dada903eaf0e6f44149a3dde33 (diff)
parentd72db2e1aa68833cbebc1c24ab4e1c6c9c966679 (diff)
downloadvolse-hubzilla-35771a778df18afb231969c242680a6353e5ef8e.tar.gz
volse-hubzilla-35771a778df18afb231969c242680a6353e5ef8e.tar.bz2
volse-hubzilla-35771a778df18afb231969c242680a6353e5ef8e.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 3a52c8fa5..4de9057dc 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