aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Connedit.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-04-25 06:17:39 -0400
committerAndrew Manning <tamanning@zoho.com>2016-04-25 06:17:39 -0400
commitf027bf81cdaddee5d6474199c1b7adce50e6e07d (patch)
tree23fd281c6627b7adc1421fcddf939e6447a4d18b /Zotlabs/Module/Connedit.php
parentf3eae7132f8c104db2197858208f16a5792507be (diff)
parenta9d926886e6f8ed389031791799ffd352b8cb651 (diff)
downloadvolse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.tar.gz
volse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.tar.bz2
volse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.zip
Merge remote-tracking branch 'upstream/dev' into help-content
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r--Zotlabs/Module/Connedit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php
index 2b524096f..a1268510d 100644
--- a/Zotlabs/Module/Connedit.php
+++ b/Zotlabs/Module/Connedit.php
@@ -514,7 +514,7 @@ class Connedit extends \Zotlabs\Web\Controller {
$contact_id = \App::$poi['abook_id'];
$contact = \App::$poi;
- $buttons = array(
+ $tools = array(
'view' => array(
'label' => t('View Profile'),
@@ -711,7 +711,8 @@ class Connedit extends \Zotlabs\Web\Controller {
'$notself' => (($self) ? '' : '1'),
'$self' => (($self) ? '1' : ''),
'$autolbl' => t('The permissions indicated on this page will be applied to all new connections.'),
- '$buttons' => (($self) ? '' : $buttons),
+ '$tools_label' => t('Connection Tools'),
+ '$tools' => (($self) ? '' : $tools),
'$lbl_slider' => t('Slide to adjust your degree of friendship'),
'$lbl_rating' => t('Rating'),
'$lbl_rating_label' => t('Slide to adjust your rating'),