diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-04 16:37:02 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-04 16:37:02 +0000 |
commit | 16a1ff22a39550b11fb8d13e8d40aba0d973535b (patch) | |
tree | 9534e4e21f347e08845b00c8ccec58208abbe659 /toolkit/locales | |
parent | fd576c4270d288a3b2aa3e091b92fb3b0ae9ed66 (diff) | |
download | uxp-16a1ff22a39550b11fb8d13e8d40aba0d973535b.tar.gz |
Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog.
Diffstat (limited to 'toolkit/locales')
-rw-r--r-- | toolkit/locales/en-US/chrome/cookie/cookieAcceptDialog.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/cookie/cookieAcceptDialog.properties b/toolkit/locales/en-US/chrome/cookie/cookieAcceptDialog.properties index bba1214986..698c6f010d 100644 --- a/toolkit/locales/en-US/chrome/cookie/cookieAcceptDialog.properties +++ b/toolkit/locales/en-US/chrome/cookie/cookieAcceptDialog.properties @@ -7,6 +7,8 @@ domainColon=Domain: forSecureOnly=Encrypted connections only forAnyConnection=Any type of connection expireAtEndOfSession=At end of session +# LOCALIZATION NOTE (expireInAVeryLongTime) This string is used if a cookie won't expire for a literal life age and then some. +expireInAVeryLongTime=Not in your lifetime showDetails=Show Details hideDetails=Hide Details |