diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 83085392813..134d9863597 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -55,7 +55,7 @@ var Browser = { if (aEvent.target != this.content.browser.contentDocument) return; - document.title = "Firefox - " + aEvent.target.title; + document.title = "Fennec - " + aEvent.target.title; }, _tabOpen : function(aEvent) { diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 96876457ed2..e97033c78c6 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -126,8 +126,7 @@ - - + diff --git a/mobile/chrome/locale/en-US/brand/brand.dtd b/mobile/chrome/locale/en-US/brand/brand.dtd index da6522a1995..1856c3983cf 100644 --- a/mobile/chrome/locale/en-US/brand/brand.dtd +++ b/mobile/chrome/locale/en-US/brand/brand.dtd @@ -1,2 +1,2 @@ - - + + diff --git a/mobile/chrome/locale/en-US/brand/brand.properties b/mobile/chrome/locale/en-US/brand/brand.properties index 99c5bbbe846..dcd291d8e8f 100644 --- a/mobile/chrome/locale/en-US/brand/brand.properties +++ b/mobile/chrome/locale/en-US/brand/brand.properties @@ -1,2 +1,2 @@ -brandShortName=Firefox -brandFullName=Firefox +brandShortName=Fennec +brandFullName=Fennec