Replace "change keymap" with "switch keymap" because the latter is less ambiguous.

This commit is contained in:
László Monda
2016-03-19 13:26:02 +01:00
parent 3fbae15292
commit 31363c3790
3 changed files with 7 additions and 7 deletions

View File

@@ -271,8 +271,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
</div>
</script>
<!-- Change keymap action. -->
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template">
<!-- Switch keymap action. -->
<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>

View File

@@ -255,8 +255,8 @@
</div>
</script>
<!-- Change keymap action. -->
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template">
<!-- Switch keymap action. -->
<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>

View File

@@ -194,7 +194,7 @@ $(function() {
},
]
},
changeKeymap: {
switchKeymap: {
layouts: [
{
value: 'Select keymap',
@@ -247,8 +247,8 @@ $(function() {
{
type: 'default',
icon: 'fa-keyboard-o',
title: 'Change keymap',
content: 'changeKeymap'
title: 'Switch keymap',
content: 'switchKeymap'
},
{
type: 'default',