diff options
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 aeed63ebf..11b087ac5 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -26,12 +26,12 @@ function findpeople_widget() { } return replace_macros(get_markup_template('peoplefind.tpl'),array( - '$findpeople' => t('Find People'), + '$findpeople' => t('Find Channels'), '$desc' => t('Enter name or interest'), '$label' => t('Connect/Follow'), '$hint' => t('Examples: Robert Morgenstein, Fishing'), '$findthem' => t('Find'), - '$suggest' => t('Friend Suggestions'), + '$suggest' => t('Channel Suggestions'), '$similar' => t('Similar Interests'), '$random' => t('Random Profile'), '$inv' => t('Invite Friends') |