diff options
author | friendica <info@friendica.com> | 2012-05-03 16:55:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-03 16:55:03 -0700 |
commit | f3e18df55dc259e70e9acdfd6e851b97ec062f46 (patch) | |
tree | 49bdf34b669baf75e1f473d5e477357325c56d5d /mod | |
parent | ff75dc4e40fdd7237c5fe889f4d722c979107dd8 (diff) | |
download | volse-hubzilla-f3e18df55dc259e70e9acdfd6e851b97ec062f46.tar.gz volse-hubzilla-f3e18df55dc259e70e9acdfd6e851b97ec062f46.tar.bz2 volse-hubzilla-f3e18df55dc259e70e9acdfd6e851b97ec062f46.zip |
string update
Diffstat (limited to 'mod')
-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 4de9057dc..558044842 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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); |