diff options
author | friendica <info@friendica.com> | 2012-12-30 21:44:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-30 21:44:59 -0800 |
commit | 4e23e700f44642d2213108e94557e1f754db01dc (patch) | |
tree | 4b04b3fe3ce41b385c322e060dd4973a52986e0c /mod | |
parent | 14fb5038004919c1972d90a3233c884f2a810ad6 (diff) | |
download | volse-hubzilla-4e23e700f44642d2213108e94557e1f754db01dc.tar.gz volse-hubzilla-4e23e700f44642d2213108e94557e1f754db01dc.tar.bz2 volse-hubzilla-4e23e700f44642d2213108e94557e1f754db01dc.zip |
requeue failed deliveries
Diffstat (limited to 'mod')
-rw-r--r-- | mod/connections.php | 3 |
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, |