diff options
author | friendica <info@friendica.com> | 2013-02-19 03:00:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-19 03:00:29 -0800 |
commit | 488714290f37a33fa8aec0cc6447cfb235053395 (patch) | |
tree | c653a22e23bb7b7d1aec795c62bd37814d2206ec /include/text.php | |
parent | bd881beb456287abbb84696836a415dd1d238f52 (diff) | |
download | volse-hubzilla-488714290f37a33fa8aec0cc6447cfb235053395.tar.gz volse-hubzilla-488714290f37a33fa8aec0cc6447cfb235053395.tar.bz2 volse-hubzilla-488714290f37a33fa8aec0cc6447cfb235053395.zip |
global rename viewcontacts to viewconnections
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 3b5b6824a..523970bf4 100644 --- a/include/text.php +++ b/include/text.php @@ -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, )); |