diff --git a/chrome.manifest b/chrome.manifest
index 3ff903e6a4..b899454791 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -1,8 +1,8 @@
-content scholar chrome/chromeFiles/content/scholar/
-locale scholar en-US chrome/chromeFiles/locale/en-US/scholar/
-skin scholar default chrome/chromeFiles/skin/default/scholar/
+content zotero chrome/chromeFiles/content/zotero/
+locale zotero en-US chrome/chromeFiles/locale/en-US/zotero/
+skin zotero default chrome/chromeFiles/skin/default/zotero/
-overlay chrome://browser/content/browser.xul chrome://scholar/content/overlay.xul
-overlay chrome://browser/content/browser.xul chrome://scholar/content/ingester/browser.xul
-style chrome://browser/content/browser.xul chrome://scholar/skin/scholar.css
-style chrome://global/content/customizeToolbar.xul chrome://scholar/skin/scholar.css
\ No newline at end of file
+overlay chrome://browser/content/browser.xul chrome://zotero/content/overlay.xul
+overlay chrome://browser/content/browser.xul chrome://zotero/content/ingester/browser.xul
+style chrome://browser/content/browser.xul chrome://zotero/skin/zotero.css
+style chrome://global/content/customizeToolbar.xul chrome://zotero/skin/zotero.css
\ No newline at end of file
diff --git a/chrome/chromeFiles/content/scholar/about.xul b/chrome/chromeFiles/content/scholar/about.xul
index 8274d5b68f..5b8219f53a 100644
--- a/chrome/chromeFiles/content/scholar/about.xul
+++ b/chrome/chromeFiles/content/scholar/about.xul
@@ -5,12 +5,12 @@
http://chnm.gmu.edu/
-->
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
+
diff --git a/chrome/chromeFiles/content/scholar/addCitationDialog.js b/chrome/chromeFiles/content/scholar/addCitationDialog.js
index 48f26204e3..f834b00acf 100644
--- a/chrome/chromeFiles/content/scholar/addCitationDialog.js
+++ b/chrome/chromeFiles/content/scholar/addCitationDialog.js
@@ -4,7 +4,7 @@
http://chnm.gmu.edu/
*/
-var Scholar_Citation_Dialog = new function () {
+var Zotero_Citation_Dialog = new function () {
var _itemLocators = new Object();
var _itemLocatorTypes = new Object();
var _multipleSourcesOn = false;
@@ -19,7 +19,7 @@ var Scholar_Citation_Dialog = new function () {
this.accept = accept;
function load() {
- document.getElementById("multiple-sources-button").label = Scholar.getString("citation.multipleSources");
+ document.getElementById("multiple-sources-button").label = Zotero.getString("citation.multipleSources");
// load (from selectItemsDialog.js)
doLoad();
@@ -29,13 +29,13 @@ var Scholar_Citation_Dialog = new function () {
if(_multipleSourcesOn) {
document.getElementById("multiple-sources").hidden = true;
document.getElementById("add-citation-dialog").width = "600";
- document.getElementById("multiple-sources-button").label = Scholar.getString("citation.multipleSources");
+ document.getElementById("multiple-sources-button").label = Zotero.getString("citation.multipleSources");
window.sizeToContent();
window.moveTo((window.screenX+75), window.screenY);
} else {
document.getElementById("multiple-sources").hidden = undefined;
document.getElementById("add-citation-dialog").width = "750";
- document.getElementById("multiple-sources-button").label = Scholar.getString("citation.singleSource");
+ document.getElementById("multiple-sources-button").label = Zotero.getString("citation.singleSource");
window.sizeToContent();
window.moveTo((window.screenX-75), window.screenY);
}
@@ -87,7 +87,7 @@ var Scholar_Citation_Dialog = new function () {
itemNode.setAttribute("value", itemID);
itemNode.setAttribute("label", item.getField("title"));
itemNode.setAttribute("class", "listitem-iconic");
- itemNode.setAttribute("image", "chrome://scholar/skin/treeitem-"+Scholar.ItemTypes.getName(item.getType())+".png");
+ itemNode.setAttribute("image", "chrome://zotero/skin/treeitem-"+Zotero.ItemTypes.getName(item.getType())+".png");
document.getElementById("citation-list").appendChild(itemNode);
// don't let someone select it again
diff --git a/chrome/chromeFiles/content/scholar/addCitationDialog.xul b/chrome/chromeFiles/content/scholar/addCitationDialog.xul
index b7168b1aa9..0dc8c0f691 100644
--- a/chrome/chromeFiles/content/scholar/addCitationDialog.xul
+++ b/chrome/chromeFiles/content/scholar/addCitationDialog.xul
@@ -5,19 +5,19 @@
http://chnm.gmu.edu/
-->
-
-
-
-
+
+
+
+
-
+
diff --git a/chrome/chromeFiles/content/scholar/bindings/tagsbox.xml b/chrome/chromeFiles/content/scholar/bindings/tagsbox.xml
index 2a400d2c92..dbca9d7979 100644
--- a/chrome/chromeFiles/content/scholar/bindings/tagsbox.xml
+++ b/chrome/chromeFiles/content/scholar/bindings/tagsbox.xml
@@ -44,7 +44,7 @@
-
+