diff --git a/mozilla/xpinstall/res/content/institems.xul b/mozilla/xpinstall/res/content/institems.xul index 41105a35cda..454fba834e2 100644 --- a/mozilla/xpinstall/res/content/institems.xul +++ b/mozilla/xpinstall/res/content/institems.xul @@ -34,7 +34,8 @@ Contributor(s): onload="onLoad()" title="&dialog.title;" class = "dialog" - align = "vertical" + orient = "vertical" + style = "max-width: 40em;" > @@ -51,6 +52,9 @@ Contributor(s): + &warningText.label; + &warningText2.label; + diff --git a/mozilla/xpinstall/res/locale/en-US/institems.dtd b/mozilla/xpinstall/res/locale/en-US/institems.dtd index 077fca501bf..74a145c00ed 100644 --- a/mozilla/xpinstall/res/locale/en-US/institems.dtd +++ b/mozilla/xpinstall/res/locale/en-US/institems.dtd @@ -4,6 +4,8 @@ - - + + + + \ No newline at end of file