diff options
author | RedMatrix <info@friendica.com> | 2015-01-26 07:51:20 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-26 07:51:20 +1100 |
commit | 642c933d9893f927b866038a73125247cf79cd73 (patch) | |
tree | 635cd804a0e8871da007b822d381648802f74d80 | |
parent | 4776f62be9066a0e35a3b578a7502336effbb6a9 (diff) | |
parent | 1cbfe5adf1b1c69e55d1eef68da609f9c3d3179f (diff) | |
download | volse-hubzilla-642c933d9893f927b866038a73125247cf79cd73.tar.gz volse-hubzilla-642c933d9893f927b866038a73125247cf79cd73.tar.bz2 volse-hubzilla-642c933d9893f927b866038a73125247cf79cd73.zip |
Merge pull request #879 from anaqreon/patch-1
misspelling
-rw-r--r-- | mod/viewconnections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/viewconnections.php b/mod/viewconnections.php index 40d26c823..aab136c43 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -83,7 +83,7 @@ function viewconnections_content(&$a) { $tpl = get_markup_template("viewcontact_template.tpl"); $o .= replace_macros($tpl, array( - '$title' => t('View Connnections'), + '$title' => t('View Connections'), '$contacts' => $contacts, '$paginate' => paginate($a), )); |