From 80e381176e1e301782bc56cbb7c6037825eddf2d Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 8 Mar 2014 19:04:07 -0800 Subject: collapse the advanced directory search so that folks who think they're advanced but really aren't don't whinge about it. --- include/contact_widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/contact_widgets.php') 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'), -- cgit v1.2.3