aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-12-11 15:52:38 +0000
committerStephen Blott2016-12-11 15:52:38 +0000
commit572ad759a61d0b36839723d82779f26aa2833294 (patch)
tree60397fb5b87ce4217749f3dcb16278a8d19c0b51
parent849829d41469e113fc81cbe1b65d32b511e59905 (diff)
downloadvimium-572ad759a61d0b36839723d82779f26aa2833294.tar.bz2
Better wording fo command description.
-rw-r--r--background_scripts/commands.coffee2
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 }]