diff options
| author | Stephen Blott | 2016-12-11 15:52:38 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-12-11 15:52:38 +0000 |
| commit | 572ad759a61d0b36839723d82779f26aa2833294 (patch) | |
| tree | 60397fb5b87ce4217749f3dcb16278a8d19c0b51 | |
| parent | 849829d41469e113fc81cbe1b65d32b511e59905 (diff) | |
| download | vimium-572ad759a61d0b36839723d82779f26aa2833294.tar.bz2 | |
Better wording fo command description.
| -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 }] |
