1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 04:32:26 +01:00

Improve "command line" <-> "command-line" usage.

--HG--
extra : rebase_source : daa8ab7737ea2e82ce48de78d5ae3e8434735cf4
This commit is contained in:
Doug Kearns
2010-11-05 01:08:01 +11:00
parent 26e130bd0b
commit a33c68877e
5 changed files with 7 additions and 7 deletions

View File

@@ -1056,7 +1056,7 @@ const Events = Module("events", {
mappings: function () {
// add the ":" mapping in all but insert mode mappings
mappings.add(modes.matchModes({ extended: false, input: false }),
[":"], "Enter command line mode",
[":"], "Enter command-line mode",
function () { commandline.open(":", "", modes.EX); });
// focus events