Commit 10ce2534bcbb1619e35fb030c2eef000aab8ae38
1 parent
18f61340
use "Simple Search Text" instead of "Simple Text Search" for the criteria
name. This one is more consistent with the rest of the names. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5676 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
lib/browse/Criteria.inc
| @@ -748,7 +748,7 @@ class SearchableTextCriterion extends BrowseCriterion { | @@ -748,7 +748,7 @@ class SearchableTextCriterion extends BrowseCriterion { | ||
| 748 | var $sDocumentField = "document_text"; | 748 | var $sDocumentField = "document_text"; |
| 749 | 749 | ||
| 750 | function documentDisplay ($oDocument) { | 750 | function documentDisplay ($oDocument) { |
| 751 | - return "Simple text search"; | 751 | + return "Simple search text"; |
| 752 | } | 752 | } |
| 753 | function getName() { | 753 | function getName() { |
| 754 | return "searchabletext"; | 754 | return "searchabletext"; |
| @@ -906,7 +906,7 @@ class Criteria { | @@ -906,7 +906,7 @@ class Criteria { | ||
| 906 | $oCriterion =& new TransactionTextCriterion(_kt("Transaction Text"), 'transactiontext', 'transactiontext', -11); | 906 | $oCriterion =& new TransactionTextCriterion(_kt("Transaction Text"), 'transactiontext', 'transactiontext', -11); |
| 907 | break; | 907 | break; |
| 908 | case -12: | 908 | case -12: |
| 909 | - $oCriterion =& new SearchableTextCriterion(_kt("Simple Text Search"), 'searchabletext', 'searchabletext', -12); | 909 | + $oCriterion =& new SearchableTextCriterion(_kt("Simple Search Text"), 'searchabletext', 'searchabletext', -12); |
| 910 | break; | 910 | break; |
| 911 | case -13: | 911 | case -13: |
| 912 | $oCriterion =& new DiscussionTextCriterion(_kt("Discussion Threads"), 'discussiontext', 'discussiontext', -13); | 912 | $oCriterion =& new DiscussionTextCriterion(_kt("Discussion Threads"), 'discussiontext', 'discussiontext', -13); |