From 7b5c176f8e89a2c0561c881ed844809dbf9e6c67 Mon Sep 17 00:00:00 2001 From: gracile-fr Date: Thu, 3 May 2012 23:06:27 +0200 Subject: [PATCH] Fixes #111: "Search subcollections" instead of "Search subfolders" in Advanced search. --- chrome/content/zotero/xpcom/search.js | 2 +- chrome/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 index 76a7192f0c..b0bdb82c2b 100644 --- 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 index 406f9be08d..9ad6166daf 100644 --- a/chrome/locale/en-US/zotero/searchbox.dtd +++ b/chrome/locale/en-US/zotero/searchbox.dtd @@ -5,7 +5,7 @@ - +