From 1aedb491f815ea4a09ade0659c6a4754f6307d4d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 6 Jan 2011 13:19:06 -0500 Subject: [PATCH] Fix Text Edit maps index. --- common/content/mappings.js | 2 +- common/locale/en-US/index.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/content/mappings.js b/common/content/mappings.js index 4c644f66..142bb44b 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -592,7 +592,7 @@ var Mappings = Module("mappings", { ({ helpTag: prefix + map.name, __proto__: map } for (map in self.iterate(args))), description: "List all " + mode.name + " mode mappings along with their short descriptions", - index: mode.char + "-maps", + index: mode.char + "-map", getMode: function (args) mode, options: [] }); diff --git a/common/locale/en-US/index.xml b/common/locale/en-US/index.xml index 899980ca..4d1f7ff6 100644 --- a/common/locale/en-US/index.xml +++ b/common/locale/en-US/index.xml @@ -14,13 +14,13 @@ This file contains a list of all available commands, mappings and options. -

Insert mode

+

Insert mode

-

Normal mode

+

Normal mode

-

Visual mode

+

Visual mode

-

Command-line editing

+

Command-line editing

Text editing