diff options
author | friendica <info@friendica.com> | 2013-02-06 21:22:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-06 21:22:48 -0800 |
commit | 1e665f4da10dcd948241994a64f325c45762049a (patch) | |
tree | 2d14fdf32f17680476b152946bf256dc30138ba8 | |
parent | 3a1eef6449ac1874fe89131aa59f8db0c5e13332 (diff) | |
download | volse-hubzilla-1e665f4da10dcd948241994a64f325c45762049a.tar.gz volse-hubzilla-1e665f4da10dcd948241994a64f325c45762049a.tar.bz2 volse-hubzilla-1e665f4da10dcd948241994a64f325c45762049a.zip |
catch typos
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index 6e6abcdcd..2441bc3b0 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -177,7 +177,7 @@ function notification($params) { if($params['type'] == NOTIFY_POKE) { $subject = sprintf( t('[Red:Notify] %1$s poked you') , $sender['xchan_name']); - $preamble = sprintf( t('%1$s poked you at %2$s') , $sender[xchan_name'], $sitename); + $preamble = sprintf( t('%1$s poked you at %2$s') , $sender['xchan_name'], $sitename); $epreamble = sprintf( t('%1$s [url=%2$s]poked you[/url].') , '[url=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/url]', $params['link']); |