1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 00:15:46 +01:00

Fix some typos.

This commit is contained in:
Štěpán Němec
2010-12-24 17:43:31 +01:00
parent 6451646b0c
commit 879cb52279
7 changed files with 11 additions and 11 deletions

View File

@@ -481,7 +481,7 @@ const Mappings = Module("mappings", {
options: [ update({}, modeFlag, {
names: ["-modes", "-mode", "-m"],
type: CommandOption.LIST,
description: "Clear mappings from the given modes",
description: "Remove all mappings from the given modes",
default: mapmodes || ["n", "v"],
}),
]