From 34a85c56b8f2836a89de68fd66cda4a8cd3acc2f Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Sat, 5 Jul 2003 00:50:59 +0000 Subject: [PATCH] Due to popular demand, use only the word 'criteria' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5218 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/search.php b/src/search.php index cf918461..ab0615e3 100644 --- a/src/search.php +++ b/src/search.php @@ -530,7 +530,7 @@ function asearch_print_form($imapConnection, $boxes, $mailbox_array, $biop_array echo '
' . "\n"; echo html_tag( 'table', '', 'center', $color[9], 'width="100%" cellpadding="1" cellspacing="1" border="0"' ); - echo html_tag( 'tr', html_tag( 'td', asearch_title_display($color, _("Search Criterias")), 'center', $color[5], 'colspan=5')); + echo html_tag( 'tr', html_tag( 'td', asearch_title_display($color, _("Search Criteria")), 'center', $color[5], 'colspan=5')); $row_count = count($where_array) + $add_criteria; $mailbox = ''; for ($row_num = 0; $row_num < $row_count; $row_num++) { @@ -619,9 +619,9 @@ $search_button_html = _("Search"); $search_button_text = asearch_unhtmlentities($search_button_html); $add_criteria_button_html = _("Add New Criteria"); $add_criteria_button_text = asearch_unhtmlentities($add_criteria_button_html); -$del_excluded_button_html = _("Remove Excluded Criteria(s)"); +$del_excluded_button_html = _("Remove Excluded Criteria"); $del_excluded_button_text = asearch_unhtmlentities($del_excluded_button_html); -$del_all_button_html = _("Remove All Criteria(s)"); +$del_all_button_html = _("Remove All Criteria"); $del_all_button_text = asearch_unhtmlentities($del_all_button_html); $imap_asearch_options = array( @@ -686,8 +686,8 @@ $imap_asearch_biops = array( 'Search_last' : Same as no_update but reload and search last 'Search_silent' : Same as no_update but only display results $add_criteria_button_text : Add New Criteria button - $del_excluded_button_text : Remove Excluded Criteria(s) button - $del_all_button_text : Remove All Criteria(s) button + $del_excluded_button_text : Remove Excluded Criteria button + $del_all_button_text : Remove All Criteria button 'save_recent' 'search_recent' 'forget_recent' -- 2.25.1