aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-02 01:07:23 -0700
committerfriendica <info@friendica.com>2012-05-02 01:07:23 -0700
commit06d6ab481280d786c40b0741ebd0b787addee40d (patch)
tree6ab676757da2a380c478dfac9d9244598db10210 /mod/profiles.php
parent35dc4202a253c9e0c43f4bcb7484758114ad18df (diff)
downloadvolse-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.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