163350 patch by mvl@exedo.nl r=suresh sr=jag Cookie confirmation dialog could use better wording.

This commit is contained in:
cbiesinger%web.de 2003-02-28 20:49:09 +00:00
parent 763b218418
commit c729ae0212
3 changed files with 5 additions and 1 deletions

View File

@ -43,7 +43,9 @@ var cookieBundle;
var gDateService = null;
var showDetails = "";
var showDetailsAccessKey = "";
var hideDetails = "";
var hideDetailsAccessKey = "";
function onload()
{

View File

@ -1,7 +1,7 @@
<!ENTITY tab.cookiesonsystem.label "Stored Cookies">
<!ENTITY tab.bannedservers.label "Cookie Sites">
<!ENTITY div.bannedservers.label "Sites that can and cannot store cookies on your computer.">
<!ENTITY div.cookiesonsystem.label "View and Remove Cookies that are stored on your computer.">
<!ENTITY div.cookiesonsystem.label "View and remove cookies that are stored on your computer.">
<!ENTITY treehead.cookiename.label "Cookie Name">
<!ENTITY treehead.cookiedomain.label "Site">
<!ENTITY treehead.cookiestatus.label "Status">

View File

@ -43,7 +43,9 @@ var cookieBundle;
var gDateService = null;
var showDetails = "";
var showDetailsAccessKey = "";
var hideDetails = "";
var hideDetailsAccessKey = "";
function onload()
{