diff options
author | friendica <info@friendica.com> | 2012-11-03 02:34:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 02:34:12 -0700 |
commit | 2fa93655c44881a5e662a9ea2b47232770a23597 (patch) | |
tree | 02e12f68771c524086e8357f26531eac792f2ae6 /include/contact_widgets.php | |
parent | 140f464e025f0b4335c57c0611868c879b8a4eff (diff) | |
download | volse-hubzilla-2fa93655c44881a5e662a9ea2b47232770a23597.tar.gz volse-hubzilla-2fa93655c44881a5e662a9ea2b47232770a23597.tar.bz2 volse-hubzilla-2fa93655c44881a5e662a9ea2b47232770a23597.zip |
a lot more changes of terminology
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') |