From 1b84f1d52639cc73deccf95c11680d1a0caf7865 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 20 Sep 2010 04:33:09 +0000 Subject: [PATCH] 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 --- Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.11.0