]> git.mxchange.org Git - friendica.git/blobdiff - include/enotify.php
sql optimisation cont.
[friendica.git] / include / enotify.php
index 0c6d666b532bcdc1fe438af385ada3bdcb33ad89..f6f291e5d45be663ffa47523c997eb9652b681e3 100644 (file)
@@ -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>');