mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
Fixing 32550, renaming Ok to Save in the sidebar
This commit is contained in:
parent
09b3307806
commit
1a02c61787
@ -124,7 +124,12 @@
|
||||
|
||||
</box>
|
||||
|
||||
<box id="okCancelButtons"/>
|
||||
<box id="saveCancelButtons">
|
||||
<spring flex="1"/>
|
||||
<button oncommand="Save();" id="save_button" value="&sidebar.customize.save.label;" />
|
||||
<button oncommand="window.close();" value="&sidebar.customize.cancel.label;" />
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user