diff options
author | friendica <info@friendica.com> | 2014-03-08 19:04:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-08 19:04:07 -0800 |
commit | 80e381176e1e301782bc56cbb7c6037825eddf2d (patch) | |
tree | fa8474d75a1cea5d03c47e7d1b9b7ac15dfcfccc /include | |
parent | bef416a2d122609cb43b046cfc4211421f4149fd (diff) | |
download | volse-hubzilla-80e381176e1e301782bc56cbb7c6037825eddf2d.tar.gz volse-hubzilla-80e381176e1e301782bc56cbb7c6037825eddf2d.tar.bz2 volse-hubzilla-80e381176e1e301782bc56cbb7c6037825eddf2d.zip |
collapse the advanced directory search so that folks who think they're advanced but really aren't don't whinge about it.
Diffstat (limited to 'include')
-rw-r--r-- | include/contact_widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 865fda5f9..758b7291b 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -16,7 +16,7 @@ function findpeople_widget() { } } - $advanced_search = ((local_user() && get_pconfig(local_user(),'feature','expert')) ? true : false); + $advanced_search = ((local_user() && get_pconfig(local_user(),'feature','expert')) ? t('Advanced') : false); return replace_macros(get_markup_template('peoplefind.tpl'),array( '$findpeople' => t('Find Channels'), |