Fix for bug 41402, very minor. r=me

git-svn-id: svn://10.0.0.236/trunk@75179 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
BlakeR1234%aol.com 2000-07-30 02:02:53 +00:00
parent ce10ed0ff4
commit a5bf340b0c

View File

@ -22,6 +22,7 @@ Rights Reserved.
Contributor(s):
Ben Goodger <ben@netscape.com>
Blake Ross <BlakeR1234@aol.com>
-->
@ -87,16 +88,16 @@ Contributor(s):
<separator class="thin"/>
<row>
<box autostretch="never" halign="right">
<text class="label" value="&timeElapsed;"/>
<text class="label" value="&timeLeft;"/>
</box>
<text class="label" id="dialog.timeElapsed" value="&#160;"/>
<text class="label" id="dialog.timeLeft" value="&#160;"/>
</row>
<separator class="thin"/>
<row>
<box autostretch="never" halign="right">
<text class="label" value="&timeLeft;"/>
<text class="label" value="&timeElapsed;"/>
</box>
<text class="label" id="dialog.timeLeft" value="&#160;"/>
<text class="label" id="dialog.timeElapsed" value="&#160;"/>
</row>
<separator class="thin"/>
<row>
@ -110,4 +111,4 @@ Contributor(s):
<box id="okCancelButtonsRight"/>
</window>
</window>