Bug 458548 - Get rid of string-bundle globals brand->bundle r=bustage-fix

This commit is contained in:
Ian Neal 2011-06-12 11:51:59 +01:00
Родитель 65361deb42
Коммит 60e99ac9ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1192,7 +1192,7 @@ function FormatDisplayName(aEmailAddress, aHeaderDisplayName, aContext, aCard)
// If this address is one of the user's identities...
if (aEmailAddress == identity.email) {
var brand = document.getElementById("bundle_messenger");
var bundle = document.getElementById("bundle_messenger");
// ...pick a localized version of the word "You" appropriate to this
// specific header; fall back to the version used by the "to" header
// if nothing else is available.