Change label on the keymap switching interface.

This commit is contained in:
Arpad Csanyi
2016-05-08 22:51:45 +02:00
parent f8069b81f1
commit 5e02c56d60

View File

@@ -270,7 +270,7 @@
<script id="key-editor-content__source--switchKeymap" type="text/x-handlebars-template">
<div class="popover-content" style="margin-bottom:2px">
<div style="margin-bottom:0px; margin-top:2px">
<b style="">Keymap:</b>
<b style="">Switch to keymap:</b>
<select class="layout-switcher" style="width:402px">
{{#each layouts}}
<option value="{{value}}" data-abbrev="{{abbrev}}" data-abbrev-image="{{dataAbbrevImage}}" data-image="{{dataImage}}">{{name}}</option>