diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/contact_widgets.php | 4 | ||||
-rw-r--r-- | include/nav.php | 2 |
2 files changed, 3 insertions, 3 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') )); diff --git a/include/nav.php b/include/nav.php index 4e0d0b429..be92af92a 100644 --- a/include/nav.php +++ b/include/nav.php @@ -153,7 +153,7 @@ EOT; $nav['settings'] = array('settings', t('Settings'),"", t('Account settings')); $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/edit profiles')); - $nav['contacts'] = array('abook', t('Address Book'),"", t('Manage/edit friends and channels')); + $nav['contacts'] = array('connections', t('Connections'),"", t('Manage/edit friends and channels')); } /** |