From 0af6014c940eba5c5d9399e922794da373738337 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 20 Apr 2011 05:00:58 -0700 Subject: keep space before t() for legacy string puller --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index a3b15146b..cd2406859 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -58,7 +58,7 @@ function localize_item(&$item){ $B = '[url=' . $Blink . ']' . $Bname . '[/url]'; if ($Bphoto!="") $Bphoto = '[url=' . $Blink . '][img]' . $Bphoto . '[/img][/url]'; - $item['body'] = sprintf(t('%1$s is now friends with %2$s'), $A, $B)."\n\n\n".$Bphoto; + $item['body'] = sprintf( t('%1$s is now friends with %2$s'), $A, $B)."\n\n\n".$Bphoto; } -- cgit v1.2.3