diff options
author | friendica <info@friendica.com> | 2012-11-03 02:00:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 02:00:48 -0700 |
commit | 140f464e025f0b4335c57c0611868c879b8a4eff (patch) | |
tree | 56631ee65e5ec905bd58bd1d0cf412e4414e5af1 /include/contact_widgets.php | |
parent | a47a1d5eb9d8e28a646540c5d19e05ffe35774cc (diff) | |
download | volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.tar.gz volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.tar.bz2 volse-hubzilla-140f464e025f0b4335c57c0611868c879b8a4eff.zip |
channels you are connected to are "connections". Get rid of "address book" which doesn't fit.
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r-- | include/contact_widgets.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 9054fc3f4..aeed63ebf 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -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') )); |