Update more strings
This commit is contained in:
@@ -472,7 +472,7 @@ function dfrn_notify_post(&$a) {
|
||||
));
|
||||
|
||||
$res = mail($importer['email'], sprintf( t("%s commented on an item at %s") , $from ,$a->config['sitename']),
|
||||
$email_tpl, t("From: Administrator@") . $a->get_hostname() );
|
||||
$email_tpl, "From: ".t("Administrator") . "@". $a->get_hostname() );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user