diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-18 11:02:42 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-18 11:02:42 +0100 |
commit | 7df8e18dd1917de9df359094e0ff486f47e4a08d (patch) | |
tree | 86a6521cd5d20947b524f239d36a02350e7cfdb8 /mod/item.php | |
parent | d6b4940ddda4c9ac5cf4728a77a8bbf0d4c4ddf9 (diff) | |
download | volse-hubzilla-7df8e18dd1917de9df359094e0ff486f47e4a08d.tar.gz volse-hubzilla-7df8e18dd1917de9df359094e0ff486f47e4a08d.tar.bz2 volse-hubzilla-7df8e18dd1917de9df359094e0ff486f47e4a08d.zip |
Update more strings
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 2cdfb0d66..da317a8c0 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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() ); } } |