Change label on the macro edition interface.

This commit is contained in:
Arpad Csanyi
2016-05-08 22:50:43 +02:00
parent 14f1a2775c
commit f8069b81f1

View File

@@ -222,7 +222,7 @@
<script id="key-editor-content__source--macro" type="text/x-handlebars-template">
<div class="popover-content" style="margin-bottom: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">
{{#each macros}}
<option value="{{value}}" data-abbrev="{{abbrev}}" data-abbrev-image="{{dataAbbrevImage}}" data-image="{{dataImage}}">{{name}}</option>