diff options
author | marijus <mario@mariovavti.com> | 2014-11-12 10:27:13 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-12 10:27:13 +0100 |
commit | 1ed144b83c3cefb685dfff37fd7d415bf5a2ffdb (patch) | |
tree | eaa6d615f1206fa8a577e5080a6cb9232b62ef4d /include/contact_widgets.php | |
parent | ada2e43ea27feab8be956c01bf3ef13c8ce49049 (diff) | |
download | volse-hubzilla-1ed144b83c3cefb685dfff37fd7d415bf5a2ffdb.tar.gz volse-hubzilla-1ed144b83c3cefb685dfff37fd7d415bf5a2ffdb.tar.bz2 volse-hubzilla-1ed144b83c3cefb685dfff37fd7d415bf5a2ffdb.zip |
make search and advanced search use the same input form
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r-- | include/contact_widgets.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 28a9fcfd3..ee9394e95 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -29,8 +29,7 @@ function findpeople_widget() { '$random' => t('Random Profile'), '$inv' => t('Invite Friends'), '$advanced_search' => $advanced_search, - '$advanced_hint' => t('Exammple: name=fred and country=iceland'), - '$find_advanced' => t('Advanced Find'), + '$advanced_hint' => "\r\n" . t('Advanced example: name=fred and country=iceland'), '$loggedin' => local_user() )); |