www

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

commit ea77e174b7579fa70a82c23b23c24eed659678bd
parent 51338513a0a06ee356abebe679c30a5252a04d8f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  3 May 2012 14:08:46 -0700

Merge pull request #117 from gracile-fr/l10n

Fixes #111: "Search subcollections" 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">