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

This commit is contained in:
gracile-fr 2012-05-03 23:06:27 +02:00
parent 9d4ccfae74
commit 7b5c176f8e
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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">