aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-29 22:32:30 -0800
committerfriendica <info@friendica.com>2011-12-29 22:32:30 -0800
commita76be1934a56eb4a8f92cb8c47bbb3d3ca647295 (patch)
tree58a534571b55b16557892291d0e7e509c3e8d7ba /include/enotify.php
parentc735582eadc05d566057d00c685ec60c6e1164d9 (diff)
downloadvolse-hubzilla-a76be1934a56eb4a8f92cb8c47bbb3d3ca647295.tar.gz
volse-hubzilla-a76be1934a56eb4a8f92cb8c47bbb3d3ca647295.tar.bz2
volse-hubzilla-a76be1934a56eb4a8f92cb8c47bbb3d3ca647295.zip
migrate more notifications
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/enotify.php b/include/enotify.php
index 0c6d666b5..f6f291e5d 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -37,8 +37,8 @@ function notification($params) {
if($params['type'] == NOTIFY_COMMENT) {
- $preamble = $subject = sprintf( t('%s commented on an item at %s'), $params['source_name'], $sitename);
-
+ $subject = sprintf( t('%s commented on an item at %s'), $params['source_name'], $sitename);
+ $preamble = sprintf( t('%s commented on an item/conversation you have been following.'), $params['source_name']);
$sitelink = t('Please visit %s to view and/or reply to the conversation.');
$tsitelink = sprintf( $sitelink, $siteurl );
$hsitelink = sprintf( $sitelink, '<a href="' . $siteurl . '">' . $sitename . '</a>');