some work on connections

This commit is contained in:
Mario Vavti
2016-01-14 13:50:47 +01:00
parent 69573c6afe
commit e2b79c34bc
5 changed files with 79 additions and 190 deletions

View File

@@ -171,7 +171,7 @@ function widget_follow($args) {
return replace_macros(get_markup_template('follow.tpl'),array(
'$connect' => t('Add New Connection'),
'$desc' => t('Enter channel address'),
'$hint' => t('Examples: bob@example.com, https://example.com/channel/barbara'),
'$hint' => t('Examples: bob@example.com, https://example.com/barbara'),
'$follow' => t('Connect'),
'$abook_usage_message' => $abook_usage_message
));