From ad2aded25986f423835ce2bafe78169235d374ce Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 25 May 2011 12:23:45 +0200 Subject: Small tweak to a copule of translatable strings --- mod/dfrn_notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 65fd29eb3..7aace856e 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -440,10 +440,10 @@ function dfrn_notify_post(&$a) { require_once("include/EmailNotification.php"); EmailNotification::sendTextHtmlEmail( $msg['notificationfromname'], - t("Administrator@") . $a->get_hostname(), + t("Administrator") . '@' . $a->get_hostname(), t("noreply") . '@' . $a->get_hostname(), $importer['email'], - $from . t(" commented on an item at ") . $a->config['sitename'], + sprintf( t('%s commented on an item at %s'), $from , $a->config['sitename']), $email_html_body_tpl, $email_text_body_tpl ); -- cgit v1.2.3