global rename viewcontacts to viewconnections

This commit is contained in:
friendica
2013-02-19 03:00:29 -08:00
parent bd881beb45
commit 488714290f
18 changed files with 61 additions and 151 deletions

View File

@@ -628,7 +628,7 @@ function contact_block() {
$o = replace_macros($tpl, array(
'$contacts' => $contacts,
'$nickname' => $a->profile['channel_address'],
'$viewcontacts' => t('View Connections'),
'$viewconnections' => t('View Connections'),
'$micropro' => $micropro,
));