aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-23 14:32:23 -0700
committerFriendika <info@friendika.com>2011-03-23 14:32:23 -0700
commitf0bd849555bab45e65b5a107560f801a9ddcfafd (patch)
tree8aa042340e0936cde3ba4741c427e916b2098280 /boot.php
parentde8d9ab66d4a96bcb629577e22c4b2343040dd8c (diff)
parent1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1 (diff)
downloadvolse-hubzilla-f0bd849555bab45e65b5a107560f801a9ddcfafd.tar.gz
volse-hubzilla-f0bd849555bab45e65b5a107560f801a9ddcfafd.tar.bz2
volse-hubzilla-f0bd849555bab45e65b5a107560f801a9ddcfafd.zip
Merge branch 'fabrixxm-master'
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 657cc4691..72ec81c11 100644
--- a/boot.php
+++ b/boot.php
@@ -2019,7 +2019,7 @@ function contact_block() {
intval($shown)
);
if(count($r)) {
- $o .= '<h4 class="contact-h4">' . $total . ' ' . t('Contacts') . '</h4><div id="contact-block">';
+ $o .= '<h4 class="contact-h4">' . sprintf(tt('%d Contact','%d Contacts', $total),$total) . '</h4><div id="contact-block">';
foreach($r as $rr) {
$redirect_url = $a->get_baseurl() . '/redir/' . $rr['id'];
if(local_user() && ($rr['uid'] == local_user())
@@ -2665,4 +2665,4 @@ function extract_item_authors($arr,$uid) {
}
}
return array();
-}} \ No newline at end of file
+}}