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

@ -443,7 +443,7 @@ function item_post(&$a) {
));
$res = mail($user['email'], sprintf( t("%s posted on your profile wall at %s") ,$from, $a->config['sitename']),
$email_tpl,"From: " . t("Administrator@") . "@" . $a->get_hostname() );
$email_tpl,"From: " . t("Administrator") . "@" . $a->get_hostname() );
}
}