Merge pull request #117 from gracile-fr/l10n

Fixes #111: "Search subcollections" in Advanced search
This commit is contained in:
Dan Stillman 2012-05-03 14:08:46 -07:00
commit ea77e174b7
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">