changing the order of buttons to match Windows OS confirm box; based on https://github.com/schomery/stylish-chrome/issues/43#issuecomment-286111716
This commit is contained in:
parent
52d3387c6a
commit
2a5953a106
|
@ -73,8 +73,8 @@
|
||||||
<b>Style's Name</b>
|
<b>Style's Name</b>
|
||||||
<span i18n-text="deleteStyleConfirm"></span>
|
<span i18n-text="deleteStyleConfirm"></span>
|
||||||
<div>
|
<div>
|
||||||
<input type="button" i18n-value="confirmOK" data-cmd="ok">
|
|
||||||
<input type="button" i18n-value="confirmCancel" data-cmd="cancel">
|
<input type="button" i18n-value="confirmCancel" data-cmd="cancel">
|
||||||
|
<input type="button" i18n-value="confirmOK" data-cmd="ok">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user