aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-30 21:44:59 -0800
committerfriendica <info@friendica.com>2012-12-30 21:44:59 -0800
commit4e23e700f44642d2213108e94557e1f754db01dc (patch)
tree4b04b3fe3ce41b385c322e060dd4973a52986e0c /mod/connections.php
parent14fb5038004919c1972d90a3233c884f2a810ad6 (diff)
downloadvolse-hubzilla-4e23e700f44642d2213108e94557e1f754db01dc.tar.gz
volse-hubzilla-4e23e700f44642d2213108e94557e1f754db01dc.tar.bz2
volse-hubzilla-4e23e700f44642d2213108e94557e1f754db01dc.zip
requeue failed deliveries
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 457a2db12..3f7d65d60 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -315,7 +315,8 @@ function connections_content(&$a) {
$o .= replace_macros($tpl,array(
- '$header' => t('Contact Settings') . ' for ' . $contact['xchan_name'],
+ '$header' => sprintf( t('Connections: settings for %s'),$contact['xchan_name']),
+ '$addr' => $contact['xchan_addr'],
'$viewprof' => t('View Profile'),
'$lbl_slider' => t('Slide to adjust your degree of friendship'),
'$slide' => $slide,