From: dbs Date: Mon, 20 Sep 2010 04:33:09 +0000 (+0000) Subject: Search for humans: AND and OR are more understandable than "&&" and "||" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1b84f1d52639cc73deccf95c11680d1a0caf7865;p=evergreen%2Fpines.git Search for humans: AND and OR are more understandable than "&&" and "||" The operators && and || will not mean much to many people, whereas AND and OR have common meanings that will aid in understanding the advanced search interface. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17827 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js b/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js index 9cd0c8773d..577e93c9c6 100644 --- a/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js +++ b/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js @@ -1,6 +1,6 @@ { - and : '&&', - or : '||', + and : 'AND', + or : 'OR', more : 'More...', less : '...Less', classed_searches : 'Classed Searches',