diff options
author | Friendika <info@friendika.com> | 2011-03-23 14:32:23 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-23 14:32:23 -0700 |
commit | f0bd849555bab45e65b5a107560f801a9ddcfafd (patch) | |
tree | 8aa042340e0936cde3ba4741c427e916b2098280 /boot.php | |
parent | de8d9ab66d4a96bcb629577e22c4b2343040dd8c (diff) | |
parent | 1f1fe4d5be45599b92846e95ac1d8a1134ee3cd1 (diff) | |
download | volse-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +}} |