diff options
author | friendica <info@friendica.com> | 2012-05-02 01:07:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-02 01:07:23 -0700 |
commit | 06d6ab481280d786c40b0741ebd0b787addee40d (patch) | |
tree | 6ab676757da2a380c478dfac9d9244598db10210 /mod/profiles.php | |
parent | 35dc4202a253c9e0c43f4bcb7484758114ad18df (diff) | |
download | volse-hubzilla-06d6ab481280d786c40b0741ebd0b787addee40d.tar.gz volse-hubzilla-06d6ab481280d786c40b0741ebd0b787addee40d.tar.bz2 volse-hubzilla-06d6ab481280d786c40b0741ebd0b787addee40d.zip |
delineate the new profile changes from the rest of the text
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
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 |