some template work on follow widget

This commit is contained in:
Mario Vavti
2016-01-14 10:36:45 +01:00
parent e500a08f15
commit 69573c6afe
4 changed files with 11 additions and 17 deletions

View File

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