1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 20:32:27 +01:00

Typo and general idiocy fixes. Kill 'linksearch'.

This commit is contained in:
Kris Maglione
2010-12-17 12:30:51 -05:00
parent 714870525e
commit 9fb3febe95
16 changed files with 50 additions and 74 deletions

View File

@@ -547,7 +547,7 @@ const Mappings = Module("mappings", {
},
options: function () {
options.add(["mapleader", "ml"],
"Defines the replacement keys for the <Leader> pseudo-key",
"Define the replacement keys for the <Leader> pseudo-key",
"string", "\\");
}
});