From 4a1426934968384d10a38f335a1c0c49b058dc2d Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 23 Mar 2011 13:58:46 +0100 Subject: Added plural string for contact block --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3636288b2..211cbb008 100644 --- a/boot.php +++ b/boot.php @@ -2013,7 +2013,7 @@ function contact_block() { intval($shown) ); if(count($r)) { - $o .= '

' . $total . ' ' . t('Contacts') . '

'; + $o .= '

' . sprintf(tt('%d Contact','%d Contacts', $total),$total) . '

'; foreach($r as $rr) { $redirect_url = $a->get_baseurl() . '/redir/' . $rr['id']; if(local_user() && ($rr['uid'] == local_user()) @@ -2659,4 +2659,4 @@ function extract_item_authors($arr,$uid) { } } return array(); -}} \ No newline at end of file +}} -- cgit v1.2.3