diff options
author | friendica <info@friendica.com> | 2014-11-12 15:32:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-12 15:32:15 -0800 |
commit | f42a16ca0461b14ba49b15b4de18420860d25330 (patch) | |
tree | c60699574b9efee487fd34271366553b1e0962a9 /include | |
parent | 4e7567ffa22f04a491821d63c634630d5aacc5b9 (diff) | |
parent | 1ed144b83c3cefb685dfff37fd7d415bf5a2ffdb (diff) | |
download | volse-hubzilla-f42a16ca0461b14ba49b15b4de18420860d25330.tar.gz volse-hubzilla-f42a16ca0461b14ba49b15b4de18420860d25330.tar.bz2 volse-hubzilla-f42a16ca0461b14ba49b15b4de18420860d25330.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-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() )); |