Fix for bugs 20832 and 42202 r=dveditz

This commit is contained in:
BlakeR1234%aol.com 2000-07-06 04:05:48 +00:00
Родитель 15461953e2
Коммит 2919d71d4c
2 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -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">

Просмотреть файл

@ -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">