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> </div>
</script> </script>
<!-- Change keymap action. --> <!-- Switch keymap action. -->
<script id="key-editor-content__source--changeKeymap" type="text/x-handlebars-template"> <script id="key-editor-content__source--switchKeymap" 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="">Keymap:</b> <b style="">Keymap:</b>

View File

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

View File

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