mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 157067: Inconsistency in appearance of "Move Up" and "Move Down" buttons.
This patch fixes the Customize Sidebar dialog I overlooked. r=neil, sr=alecf
This commit is contained in:
parent
4dbb3d6ec0
commit
5a060bf553
@ -150,11 +150,11 @@
|
||||
<!-- The 'reorder' buttons -->
|
||||
<vbox id="reorder">
|
||||
<spacer flex="1"/>
|
||||
<button oncommand="MoveUp();" id="up" disabled="true"
|
||||
label="&sidebar.customize.up.label;"
|
||||
<button oncommand="MoveUp();" id="up" class="up"
|
||||
disabled="true" label="&sidebar.customize.up.label;"
|
||||
accesskey="&sidebar.customize.up.accesskey;"/>
|
||||
<button oncommand="MoveDown();" id="down" disabled="true"
|
||||
label="&sidebar.customize.down.label;"
|
||||
<button oncommand="MoveDown();" id="down" class="down"
|
||||
disabled="true" label="&sidebar.customize.down.label;"
|
||||
accesskey="&sidebar.customize.down.accesskey;"/>
|
||||
<spacer flex="1"/>
|
||||
</vbox>
|
||||
|
@ -37,26 +37,24 @@
|
||||
|
||||
<!-- extracted from ./customize.xul -->
|
||||
|
||||
<!-- LOCALIZATION NOTE sidebar.customize.title.label: Do NOT localize the term "Sidebar" -->
|
||||
<!-- LOCALIZATION NOTE sidebar.customize.title.label: Do NOT localize the term "&sidebarName;" -->
|
||||
<!ENTITY sidebar.customize.title.label "Customize &sidebarName;">
|
||||
<!-- LOCALIZATION NOTE sidebar.customize.current.label: Do NOT localize the term "Sidebar" -->
|
||||
<!-- LOCALIZATION NOTE sidebar.customize.current.label: Do NOT localize the term "&sidebarName;" -->
|
||||
<!ENTITY sidebar.customize.current.label "Tabs in &sidebarName;:">
|
||||
<!ENTITY sidebar.customize.current.accesskey "t">
|
||||
<!ENTITY sidebar.customize.reorder.label "Reorder">
|
||||
<!ENTITY sidebar.customize.current.accesskey "T">
|
||||
<!ENTITY sidebar.customize.customize.label "Customize Tab...">
|
||||
<!ENTITY sidebar.customize.customize.accesskey "c">
|
||||
<!ENTITY sidebar.customize.customize.accesskey "C">
|
||||
<!ENTITY sidebar.customize.remove.label "Remove">
|
||||
<!ENTITY sidebar.customize.remove.accesskey "r">
|
||||
<!-- LOCALIZATION NOTE sidebar.customize.additional.label: Do NOT localize the term "Sidebar" -->
|
||||
<!ENTITY sidebar.customize.remove.accesskey "R">
|
||||
<!ENTITY sidebar.customize.additional.label "Available Tabs:">
|
||||
<!ENTITY sidebar.customize.additional.accesskey "v">
|
||||
<!ENTITY sidebar.customize.additional.accesskey "v">
|
||||
<!ENTITY sidebar.customize.add.label "Add">
|
||||
<!ENTITY sidebar.customize.add.accesskey "a">
|
||||
<!ENTITY sidebar.customize.add.accesskey "A">
|
||||
<!ENTITY sidebar.customize.preview.label "Preview...">
|
||||
<!ENTITY sidebar.customize.preview.accesskey "p">
|
||||
<!ENTITY sidebar.customize.up.label "Up">
|
||||
<!ENTITY sidebar.customize.up.accesskey "u">
|
||||
<!ENTITY sidebar.customize.down.label "Down">
|
||||
<!ENTITY sidebar.customize.down.accesskey "d">
|
||||
<!ENTITY sidebar.more.label "Find more tabs...">
|
||||
<!ENTITY sidebar.more.accesskey "f">
|
||||
<!ENTITY sidebar.customize.preview.accesskey "P">
|
||||
<!ENTITY sidebar.customize.up.label "Move Up">
|
||||
<!ENTITY sidebar.customize.up.accesskey "U">
|
||||
<!ENTITY sidebar.customize.down.label "Move Down">
|
||||
<!ENTITY sidebar.customize.down.accesskey "D">
|
||||
<!ENTITY sidebar.more.label "Find More Tabs...">
|
||||
<!ENTITY sidebar.more.accesskey "F">
|
||||
|
Loading…
Reference in New Issue
Block a user