channels you are connected to are "connections". Get rid of "address book" which doesn't fit.

This commit is contained in:
friendica
2012-11-03 02:00:48 -07:00
parent a47a1d5eb9
commit 140f464e02
4 changed files with 30 additions and 30 deletions

View File

@@ -3,8 +3,8 @@
function follow_widget() {
return replace_macros(get_markup_template('follow.tpl'),array(
'$connect' => t('Add New Channel'),
'$desc' => t('Enter webbie (channel location)'),
'$connect' => t('Add New Connection'),
'$desc' => t('Enter the channel address'),
'$hint' => t('Example: bob@example.com, http://example.com/barbara'),
'$follow' => t('Connect')
));