mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 471989 - atEndOfSession define in cookieAcceptDialog.properties should be capitalize; r=gavin.sharp
This commit is contained in:
parent
0adb622172
commit
411c93ada8
@ -553,7 +553,7 @@ var gCookiesWindow = {
|
||||
date.getMinutes(),
|
||||
date.getSeconds());
|
||||
}
|
||||
return this._bundle.getString("AtEndOfSession");
|
||||
return this._bundle.getString("expireAtEndOfSession");
|
||||
},
|
||||
|
||||
_updateCookieData: function (aItem)
|
||||
|
@ -81,7 +81,7 @@ hostColon=Host:
|
||||
domainColon=Domain:
|
||||
forSecureOnly=Encrypted connections only
|
||||
forAnyConnection=Any type of connection
|
||||
AtEndOfSession = at end of session
|
||||
expireAtEndOfSession=At end of session
|
||||
can=Allow
|
||||
canSession=Allow for Session
|
||||
cannot=Block
|
||||
|
@ -231,5 +231,5 @@ function GetExpiresString(secondsUntilExpires) {
|
||||
}
|
||||
return expiry;
|
||||
}
|
||||
return cookieBundle.getString("atEndOfSession");
|
||||
return cookieBundle.getString("expireAtEndOfSession");
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ hostColon=Host:
|
||||
domainColon=Domain:
|
||||
forSecureOnly=Encrypted connections only
|
||||
forAnyConnection=Any type of connection
|
||||
atEndOfSession=at end of session
|
||||
expireAtEndOfSession=At end of session
|
||||
|
||||
showDetails=Show Details
|
||||
hideDetails=Hide Details
|
||||
|
Loading…
x
Reference in New Issue
Block a user