Bug 347698: Tooltip instructs user to "click go" but Go button is no longer labelled "Go", patch by Mike Beltzner <beltzner@mozilla.com>, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-09-05 17:11:04 +00:00
Родитель fb9abe35e5
Коммит d9f4fc9302
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -291,12 +291,12 @@
<toolbaritem id="go-container" align="center" class="chromeclass-toolbar-additional">
<toolbarbutton id="go-button"
chromedir="&locale.dir;"
label="&goButton.label;"
label="&goEndCap.label;"
onclick="handleURLBarCommand(event);"
ondragover="nsDragAndDrop.dragOver(event, goButtonObserver);"
ondragdrop="nsDragAndDrop.drop(event, goButtonObserver);"
ondragexit="nsDragAndDrop.dragExit(event, goButtonObserver);"
tooltiptext="&goButton.tooltip;"/>
tooltiptext="&goEndCap.tooltip;"/>
</toolbaritem>
<toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional"

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

@ -86,8 +86,8 @@
<!ENTITY stopCmd.accesskey "S">
<!ENTITY stopCmd.macCommandKey ".">
<!ENTITY stopButton.tooltip "Stop loading this page">
<!ENTITY goButton.label "Go">
<!ENTITY goButton.tooltip "Type a location in the Location Bar, then click Go">
<!ENTITY goEndCap.label "Go">
<!ENTITY goEndCap.tooltip "Go to the address in the Location Bar">
<!ENTITY printButton.label "Print">
<!ENTITY printButton.tooltip "Print this page">