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/dfrn_notify.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/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 3a75123a5..2cc5a62f3 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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; } } |