From 4e23e700f44642d2213108e94557e1f754db01dc Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Dec 2012 21:44:59 -0800 Subject: requeue failed deliveries --- mod/connections.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/connections.php') 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, -- cgit v1.2.3