diff options
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 }] | 
