Small tweak to a copule of translatable strings

This commit is contained in:
Fabio Comuni 2011-05-25 12:23:45 +02:00
parent 2a679b1164
commit ad2aded259
2 changed files with 309 additions and 260 deletions

View File

@ -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
);

File diff suppressed because it is too large Load Diff