aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-20 05:00:58 -0700
committerFriendika <info@friendika.com>2011-04-20 05:00:58 -0700
commit0af6014c940eba5c5d9399e922794da373738337 (patch)
treeb9bf93f34944c3c2c2f1eea587e3509b8d6e7e10 /include
parentafe4cc8bfa01017f3dfc1f40892b78f125c596f9 (diff)
downloadvolse-hubzilla-0af6014c940eba5c5d9399e922794da373738337.tar.gz
volse-hubzilla-0af6014c940eba5c5d9399e922794da373738337.tar.bz2
volse-hubzilla-0af6014c940eba5c5d9399e922794da373738337.zip
keep space before t() for legacy string puller
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
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;
}