From 6671af49189c4414fa271c9de635f7f863fc0f3d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 22 Jan 2007 22:44:29 +0000 Subject: [PATCH] Addresses #502, Special handling for automatic tags - Localize "Show automatic" in tag selector - Remove debug line --- chrome/content/zotero/bindings/tagselector.xml | 3 +-- chrome/locale/en-US/zotero/zotero.dtd | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 756332d57..7513a7ca9 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -181,7 +181,6 @@ // If the last tag was the same, add this tagID and tagType to it if (tagsToggleBox.lastChild && tagsToggleBox.lastChild.getAttribute('value') == this._tags[tagID].tag) { - Zotero.debug(this._tags[tagID].tag); tagsToggleBox.lastChild.setAttribute('tagID', tagsToggleBox.lastChild.getAttribute('tagID') + '-' + tagID); tagsToggleBox.lastChild.setAttribute('tagType', tagsToggleBox.lastChild.getAttribute('tagType') + '-' + this._tags[tagID].type); continue; @@ -654,7 +653,7 @@ - diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index cff4f2719..aaeca1a3e 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -57,6 +57,7 @@ +