Fix for bugs 20832 and 42202 r=dveditz

This commit is contained in:
BlakeR1234%aol.com 2000-07-06 04:05:48 +00:00
parent f668a6f633
commit 6aaa8a91f3
2 changed files with 7 additions and 5 deletions

View File

@ -20,6 +20,7 @@
Contributor(s):
Don Bragg (dbragg@netscape.com) 12/08/1999
Blake Ross (BlakeR1234@aol.com) 7/05/2000
-->
<?xml-stylesheet href="chrome://communicator/skin/xpinstall/xpinstall.css" type="text/css"?>
@ -32,7 +33,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="onLoad()"
onclose="return false"
title="&progress.label;"
title="&progressTitle.label;"
align = "vertical"
class = "dialog"
>
@ -75,11 +76,11 @@
</html>
</box>
<spring id="verticalLargeSpacer"/>
<spring id="verticalSmallSpacer"/>
<box align="vertical" id="statusMessages">
<html:input id="dialog.uiPackageName" readonly="" />
<html:input id="dialog.currentAction" readonly="" />
<textfield id="dialog.uiPackageName" readonly="" />
<textfield id="dialog.currentAction" readonly="" />
</box>
<box align="horizontal">

View File

@ -1,5 +1,6 @@
<!ENTITY dialogCancel.label "Cancel">
<!ENTITY progress.label "Downloading">
<!ENTITY progress.label "Downloading...">
<!ENTITY progressTitle.label "Software Installation">
<!ENTITY currentlyProcessing.text "Products">
<!ENTITY downloadBeforeUpdate.text "All items will be downloaded before they are updated.">
<!ENTITY moduleName.label "Module name">