fix #27625 - fix title of wizard to match spec (and put it in an entity so it can be localized!)

This commit is contained in:
alecf%netscape.com 2000-02-14 08:41:15 +00:00
Родитель 9794cff2ae
Коммит 1b171202a0
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ Rights Reserved.
<window id="account-wizard-dialog" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="New Messenger Account Wizard"
title="&windowTitle.label;"
height="400" width="500" class="dialog"
onload="onLoad();">

Просмотреть файл

@ -5,3 +5,4 @@
<!ENTITY finishButton.label "Finish">
<!ENTITY cancelButton.label "Cancel">
<!ENTITY instructions.label "Click next to continue entering information.">
<!ENTITY windowTitle.label "Account Wizard">