www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7b5c176f8e89a2c0561c881ed844809dbf9e6c67
parent 9d4ccfae74bd9b23367eb73cfed6265ddf2e8f0d
Author: gracile-fr <gracile@gmx.com>
Date:   Thu,  3 May 2012 23:06:27 +0200

Fixes #111: "Search subcollections" instead of "Search subfolders" in Advanced search.

Diffstat:
Mchrome/content/zotero/xpcom/search.js | 2+-
Mchrome/locale/en-US/zotero/searchbox.dtd | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js @@ -1067,7 +1067,7 @@ Zotero.Search.prototype._buildQuery = function(){ var unfiled = this._conditions[i]['operator'] == 'true'; continue; - // Search subfolders + // Search subcollections case 'recursive': var recursive = this._conditions[i]['operator']=='true'; continue; diff --git a/chrome/locale/en-US/zotero/searchbox.dtd b/chrome/locale/en-US/zotero/searchbox.dtd @@ -5,7 +5,7 @@ <!ENTITY zotero.search.joinMode.all "all"> <!ENTITY zotero.search.joinMode.suffix "of the following:"> -<!ENTITY zotero.search.recursive.label "Search subfolders"> +<!ENTITY zotero.search.recursive.label "Search subcollections"> <!ENTITY zotero.search.noChildren "Show only top-level items"> <!ENTITY zotero.search.includeParentsAndChildren "Include parent and child items of matching items">