Tweak groupbox look. Bug 189101, r=biesi, sr=jag

This commit is contained in:
bzbarsky%mit.edu 2003-01-14 22:42:37 +00:00
parent 3507f7dc38
commit 887eaa04b0
2 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@
<separator class="thin"/>
<groupbox>
<description value="&handling.label;"/>
<caption label="&handling.label;"/>
<radiogroup id="handler">
<radio id="useSystemDefault" label="&useDefault.label;" accesskey="&useDefault.accesskey;" oncommand="doEnabling();"/>
<hbox align="center">

View File

@ -9,7 +9,7 @@
<!ENTITY description.label "Description:">
<!ENTITY description.accesskey "d">
<!ENTITY handling.label "When a file of this type is encountered:">
<!ENTITY handling.label "When a file of this type is encountered">
<!ENTITY useDefault.label "Open it using the default application">
<!ENTITY useDefault.accesskey "o">
<!ENTITY saveToDisk.label "Save it to Disk">