X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=4eb435fc7550697abf23d6c4543140b08e31a616;hb=9f99f37975600b19dd412aaa58bcd1d078f86499;hp=4897663a051d92b2c3e208507de588ced76adfdd;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index 4897663a05..4eb435fc75 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -787,7 +787,7 @@ function contacts_content(&$a) { '$total' => $total, '$search' => $search_hdr, '$desc' => t('Search your contacts'), - '$finding' => (($searching) ? t('Finding: ') . "'" . $search . "'" : ""), + '$finding' => (($searching) ? sprintf(t('Results for: %s'),$search) : ""), '$submit' => t('Find'), '$cmd' => $a->cmd, '$contacts' => $contacts, @@ -800,6 +800,7 @@ function contacts_content(&$a) { "contacts_batch_archive" => t('Archive')."/".t("Unarchive"), "contacts_batch_drop" => t('Delete'), ), + '$h_batch_actions' => t('Batch Actions'), '$paginate' => paginate($a), ));