1
0
Fork 0

Update more strings

This commit is contained in:
Fabio Comuni 2011-03-18 11:02:42 +01:00
commit 7df8e18dd1
5 changed files with 1274 additions and 1278 deletions

View file

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