diff --git a/mozilla/mail/base/content/aboutDialog.xul b/mozilla/mail/base/content/aboutDialog.xul index ac84894b592..ce249730bc6 100644 --- a/mozilla/mail/base/content/aboutDialog.xul +++ b/mozilla/mail/base/content/aboutDialog.xul @@ -59,8 +59,8 @@ function onLoad() { var versionField = document.getElementById("versionField"); var hidversionField = document.getElementById("hidversionField"); - var brandShortNameEl = document.getElementById("brandShortName"); - hidversionField.value = brandShortNameEl.firstChild.nodeValue + ' ' + navigator.vendorSub + ' (' + navigator.productSub + ')'; + var brandFullNameEl = document.getElementById("brandFullName"); + hidversionField.value = brandFullNameEl.firstChild.nodeValue + ' ' + navigator.vendorSub + ' (' + navigator.productSub + ')'; versionField.value = hidversionField.value; versionField.width = hidversionField.width; @@ -139,6 +139,6 @@ - &brandShortName; + &brandFullName; diff --git a/mozilla/mail/base/locale/brand.dtd b/mozilla/mail/base/locale/brand.dtd index b6761e769a7..f1a77b35903 100644 --- a/mozilla/mail/base/locale/brand.dtd +++ b/mozilla/mail/base/locale/brand.dtd @@ -1,4 +1,5 @@ #expand - + + \ No newline at end of file diff --git a/mozilla/mail/base/locale/brand.properties b/mozilla/mail/base/locale/brand.properties index bc6055d6e1b..1ea168daf5b 100644 --- a/mozilla/mail/base/locale/brand.properties +++ b/mozilla/mail/base/locale/brand.properties @@ -1,3 +1,4 @@ brandShortName=Mozilla Thunderbird +brandFullName=Mozilla Thunderbird vendorShortName=Mozilla Thunderbird sidebarName=Sidebar diff --git a/mozilla/mail/base/locale/messenger.dtd b/mozilla/mail/base/locale/messenger.dtd index 25ad996d60e..0bf6f655562 100644 --- a/mozilla/mail/base/locale/messenger.dtd +++ b/mozilla/mail/base/locale/messenger.dtd @@ -1,5 +1,5 @@ - + @@ -396,9 +396,9 @@ - + - + diff --git a/mozilla/mail/base/locale/start.html b/mozilla/mail/base/locale/start.html index d84e466baa2..b8e4e389162 100644 --- a/mozilla/mail/base/locale/start.html +++ b/mozilla/mail/base/locale/start.html @@ -93,8 +93,9 @@ a:active, a:hover {
  • Address Book
  • More Information

    -

    For frequently asked questions, tips and general help, visit Mozilla Thunderbird Help.

    -

    For product information, visit the Mozilla Thunderbird Product Page. +

    For frequently asked questions, tips and general help, visit Thunderbird Help. +

    +

    For product information, visit the Thunderbird Product Page.

    Powered by Gecko.
    diff --git a/mozilla/mail/components/prefwindow/content/pref-mailnews.xul b/mozilla/mail/components/prefwindow/content/pref-mailnews.xul index 8b591a563fc..94856f86219 100644 --- a/mozilla/mail/components/prefwindow/content/pref-mailnews.xul +++ b/mozilla/mail/components/prefwindow/content/pref-mailnews.xul @@ -25,6 +25,7 @@ %brandingDTD; %dtd1; %dtd2; ]> diff --git a/mozilla/mail/components/prefwindow/locale/pref-mailnews.dtd b/mozilla/mail/components/prefwindow/locale/pref-mailnews.dtd index d6f582125b3..5c7e6ac0bdd 100644 --- a/mozilla/mail/components/prefwindow/locale/pref-mailnews.dtd +++ b/mozilla/mail/components/prefwindow/locale/pref-mailnews.dtd @@ -7,7 +7,7 @@ - + diff --git a/mozilla/mail/components/prefwindow/locale/pref-mailnewsOverlay.dtd b/mozilla/mail/components/prefwindow/locale/pref-mailnewsOverlay.dtd index c3b096590fc..1ad97295b50 100755 --- a/mozilla/mail/components/prefwindow/locale/pref-mailnewsOverlay.dtd +++ b/mozilla/mail/components/prefwindow/locale/pref-mailnewsOverlay.dtd @@ -1,5 +1,5 @@ - + - +