fix for #163355. move hard coded "Web Page (URL):" string from .xul to .dtd.
fix by shliang@netscape.com, from another branch. r/sr=sspitzer git-svn-id: svn://10.0.0.236/trunk@127557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c68b70f5d3
commit
1b717bdc2e
@ -18,7 +18,7 @@
|
||||
<spacer style="height:0.5em" />
|
||||
<hbox>
|
||||
<spacer style="width:10px" />
|
||||
<label value="Web Page (URL):"/>
|
||||
<label value="&webpage.label;"/>
|
||||
<textbox id="attachurl" align="bottom" style="min-width:200px; padding-bottom:0px" />
|
||||
<spacer style="width:10px" />
|
||||
</hbox>
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
<!--LOCALIZATION NOTE MsgAttachPage.dtd UI for attaching a page to a mail/news message -->
|
||||
<!ENTITY windowTitle.label "Please Specify a Location to Attach">
|
||||
<!ENTITY webpage.label "Web Page (URL):">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user