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

@@ -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',