Change label on the macro edition interface.
This commit is contained in:
@@ -222,7 +222,7 @@
|
|||||||
<script id="key-editor-content__source--macro" type="text/x-handlebars-template">
|
<script id="key-editor-content__source--macro" type="text/x-handlebars-template">
|
||||||
<div class="popover-content" style="margin-bottom:2px">
|
<div class="popover-content" style="margin-bottom:2px">
|
||||||
<div style="margin-bottom:0px; margin-top:2px">
|
<div style="margin-bottom:0px; margin-top:2px">
|
||||||
<b style="">Macro:</b>
|
<b style="">Play macro:</b>
|
||||||
<select class="macro-selector" style="width:402px">
|
<select class="macro-selector" style="width:402px">
|
||||||
{{#each macros}}
|
{{#each macros}}
|
||||||
<option value="{{value}}" data-abbrev="{{abbrev}}" data-abbrev-image="{{dataAbbrevImage}}" data-image="{{dataImage}}">{{name}}</option>
|
<option value="{{value}}" data-abbrev="{{abbrev}}" data-abbrev-image="{{dataAbbrevImage}}" data-image="{{dataImage}}">{{name}}</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user