From a9ad774ea8487d3c681bf592e23a8a0bf858c8a7 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Thu, 16 Sep 2004 03:33:54 +0000 Subject: [PATCH] Merging in property file changes from the aviary branch. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@162435 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/resources/locale/dom.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/dom/resources/locale/dom.properties b/mozilla/dom/resources/locale/dom.properties index 187a3daa062..4b508af6fb4 100644 --- a/mozilla/dom/resources/locale/dom.properties +++ b/mozilla/dom/resources/locale/dom.properties @@ -2,3 +2,5 @@ JSURLLoadBlockedWarning=Attempt to load a javascript: URL from one host\nin a wi WindowCloseBlockedWarning=Scripts may not close windows that were not opened by script. OnBeforeUnloadPreMessage=Are you sure you want to navigate away from this page? OnBeforeUnloadPostMessage=Press OK to continue, or Cancel to stay on the current page. +DocumentAllUsed=Non-standard document.all property was used. Use W3C standard document.getElementById() instead. +GlobalScopeElementReference=Non-standard Global Element reference was used. Use W3C standard document.getElementById() instead.