Bug 256706: Make Help UI more like the main browser UI (terms, order of menuitems). p=jwalden, r=me

This commit is contained in:
steffen.wilberg%web.de 2004-08-26 13:46:23 +00:00
Родитель 9899ad128b
Коммит 1d994460df
2 изменённых файлов: 11 добавлений и 11 удалений

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

@ -57,14 +57,14 @@
accesskey="&reloadCmd.accesskey;"
oncommand="reload();"/>
<menuseparator/>
<menuitem id="zoom-out"
label="&textZoomReduceBtn.label;"
accesskey="&textZoomReduceBtn.accesskey;"
oncommand="ZoomManager.prototype.getInstance().reduce();"/>
<menuitem id="zoom-in"
label="&textZoomEnlargeBtn.label;"
accesskey="&textZoomEnlargeBtn.accesskey;"
oncommand="ZoomManager.prototype.getInstance().enlarge();"/>
<menuitem id="zoom-out"
label="&textZoomReduceBtn.label;"
accesskey="&textZoomReduceBtn.accesskey;"
oncommand="ZoomManager.prototype.getInstance().reduce();"/>
</popup>
</popupset>
</overlay>

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

@ -1,6 +1,6 @@
<!ENTITY printCmd.commandkey "p">
<!ENTITY viewCustomizeToolbar.label "Customize Toolbar...">
<!ENTITY viewCustomizeToolbar.label "Customize...">
<!ENTITY viewCustomizeToolbar.accesskey "C">
<!ENTITY findOnCmd.commandkey "F">
@ -19,12 +19,12 @@
<!ENTITY findBtn.label "Find">
<!ENTITY sidebarBtn.label "Toggle Sidebar">
<!ENTITY sidebarBtn.tooltip "Show or Hide the Help Sidebar">
<!ENTITY textZoomReduceBtn.label "Shrink Text">
<!ENTITY textZoomReduceBtn.accesskey "S">
<!ENTITY textZoomReduceBtn.tooltip "Decrease the size of the text in the Help documents.">
<!ENTITY textZoomEnlargeBtn.label "Enlarge Text">
<!ENTITY textZoomEnlargeBtn.accesskey "E">
<!ENTITY textZoomEnlargeBtn.tooltip "Increase the size of the text in the Help documents.">
<!ENTITY textZoomReduceBtn.label "Decrease Text Size">
<!ENTITY textZoomReduceBtn.accesskey "D">
<!ENTITY textZoomReduceBtn.tooltip "Decrease the size of the text in Help documents.">
<!ENTITY textZoomEnlargeBtn.label "Increase Text Size">
<!ENTITY textZoomEnlargeBtn.accesskey "I">
<!ENTITY textZoomEnlargeBtn.tooltip "Increase the size of the text in Help documents.">
<!ENTITY customizeButton.tooltip "Customize which buttons are shown on the Help toolbar.">
<!ENTITY reloadCmd.label "Reload">
<!ENTITY reloadCmd.accesskey "R">