aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOliver <post@toktan.org>2013-02-02 20:07:28 +0100
committerOliver <post@toktan.org>2013-02-02 20:07:28 +0100
commit4ee4dcf43dfe2f0bc3f39ed2a9d18b279ae73c6f (patch)
tree99fa13460413ee113ea818479cb4b77b570aecaf /include
parentd1428571a9a82a700c1d098d009c50ed42c170fd (diff)
downloadvolse-hubzilla-4ee4dcf43dfe2f0bc3f39ed2a9d18b279ae73c6f.tar.gz
volse-hubzilla-4ee4dcf43dfe2f0bc3f39ed2a9d18b279ae73c6f.tar.bz2
volse-hubzilla-4ee4dcf43dfe2f0bc3f39ed2a9d18b279ae73c6f.zip
fix con"n"nections
Diffstat (limited to 'include')
-rw-r--r--include/text.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php
index cb68fcc86..18c5aeaf1 100644
--- a/include/text.php
+++ b/include/text.php
@@ -572,7 +572,7 @@ function contact_block() {
$total = intval($r[0]['total']);
}
if(! $total) {
- $contacts = t('No connnections');
+ $contacts = t('No connections');
$micropro = Null;
} else {
@@ -595,7 +595,7 @@ function contact_block() {
$o = replace_macros($tpl, array(
'$contacts' => $contacts,
'$nickname' => $a->profile['nickname'],
- '$viewcontacts' => t('View Connnections'),
+ '$viewcontacts' => t('View Connections'),
'$micropro' => $micropro,
));