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:
sspitzer%netscape.com 2002-08-18 17:45:49 +00:00
parent c68b70f5d3
commit 1b717bdc2e
2 changed files with 2 additions and 1 deletions

View File

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

View File

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