diff --git a/mozilla/browser/components/history/content/history.js b/mozilla/browser/components/history/content/history.js index 04d294dbebe..3b137c84ddf 100644 --- a/mozilla/browser/components/history/content/history.js +++ b/mozilla/browser/components/history/content/history.js @@ -129,7 +129,7 @@ function checkURLSecurity(aURL) .getService(Components.interfaces.nsIStringBundleService); var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"] .getService(Components.interfaces.nsIPromptService); - var historyBundle = strBundleService.createBundle("chrome://communicator/locale/history/history.properties"); + var historyBundle = strBundleService.createBundle("chrome://global/locale/history/history.properties"); var brandBundle = strBundleService.createBundle("chrome://global/locale/brand.properties"); var brandStr = brandBundle.GetStringFromName("brandShortName"); var errorStr = historyBundle.GetStringFromName("load-js-data-url-error");