diff options
Diffstat (limited to 'mod/connections.php')
-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, |