From 572ad759a61d0b36839723d82779f26aa2833294 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 11 Dec 2016 15:52:38 +0000 Subject: Better wording fo command description. --- background_scripts/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index a323b46f..8d3808a2 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -341,7 +341,7 @@ commandDescriptions = openCopiedUrlInNewTab: ["Open the clipboard's URL in a new tab", { background: true, repeatLimit: 20 }] enterInsertMode: ["Enter insert mode", { noRepeat: true }] - passNextKey: ["Pass the next key to Chrome"] + passNextKey: ["Pass the next key to the page"] enterVisualMode: ["Enter visual mode", { noRepeat: true }] enterVisualLineMode: ["Enter visual line mode", { noRepeat: true }] -- cgit v1.2.3