Small tweak to a copule of translatable strings

2022.09-rc
Fabio Comuni 2011-05-25 12:23:45 +02:00
rodzic 2a679b1164
commit ad2aded259
2 zmienionych plików z 309 dodań i 260 usunięć

Wyświetl plik

@ -440,10 +440,10 @@ function dfrn_notify_post(&$a) {
require_once("include/EmailNotification.php"); require_once("include/EmailNotification.php");
EmailNotification::sendTextHtmlEmail( EmailNotification::sendTextHtmlEmail(
$msg['notificationfromname'], $msg['notificationfromname'],
t("Administrator@") . $a->get_hostname(), t("Administrator") . '@' . $a->get_hostname(),
t("noreply") . '@' . $a->get_hostname(), t("noreply") . '@' . $a->get_hostname(),
$importer['email'], $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_html_body_tpl,
$email_text_body_tpl $email_text_body_tpl
); );

Plik diff jest za duży Load Diff