From 1e665f4da10dcd948241994a64f325c45762049a Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 6 Feb 2013 21:22:48 -0800 Subject: catch typos --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- cgit v1.2.3