diff --git a/suite/common/pref/pref-advanced.xul b/suite/common/pref/pref-advanced.xul
index 9696911bff33..938898955ad2 100644
--- a/suite/common/pref/pref-advanced.xul
+++ b/suite/common/pref/pref-advanced.xul
@@ -337,7 +337,7 @@
+ src="chrome://branding/locale/brand.properties"/>
-
+
diff --git a/suite/common/pref/pref-themes.js b/suite/common/pref/pref-themes.js
index 3f6b6dd537ab..bd0b686077ca 100644
--- a/suite/common/pref/pref-themes.js
+++ b/suite/common/pref/pref-themes.js
@@ -131,7 +131,7 @@ function applySkin()
var strBundleService = Components.classes["@mozilla.org/intl/stringbundle;1"].getService();
strBundleService = strBundleService.QueryInterface(Components.interfaces.nsIStringBundleService);
var navbundle = strBundleService.createBundle("chrome://navigator/locale/navigator.properties");
- var brandbundle = strBundleService.createBundle("chrome://global/locale/brand.properties");
+ var brandbundle = strBundleService.createBundle("chrome://branding/locale/brand.properties");
if (promptService && navbundle && brandbundle) {
var dialogTitle = navbundle.GetStringFromName("switchskinstitle");
diff --git a/suite/common/pref/pref-themes.xul b/suite/common/pref/pref-themes.xul
index 41249beb347d..45052c35bc2f 100644
--- a/suite/common/pref/pref-themes.xul
+++ b/suite/common/pref/pref-themes.xul
@@ -54,7 +54,7 @@
+ src="chrome://branding/locale/brand.properties"/>