aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorPhil Crosby2014-04-30 01:00:51 -0700
committerPhil Crosby2014-04-30 01:00:51 -0700
commitc4593fbe1cb292161d6a4e503d512e5d9d163e91 (patch)
tree2a848bccc186c6eddced5b248ebef58b4160007f /background_scripts/commands.coffee
parent4cfb7dd9e38c4d4e3c269952402b4d8161007e6f (diff)
downloadvimium-c4593fbe1cb292161d6a4e503d512e5d9d163e91.tar.bz2
Tweak command description
Diffstat (limited to 'background_scripts/commands.coffee')
-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 807b8ec0..97836459 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -219,7 +219,7 @@ commandDescriptions =
"LinkHints.activateMode": ["Open a link in the current tab"]
"LinkHints.activateModeToOpenInNewTab": ["Open a link in a new tab"]
- "LinkHints.activateModeToOpenInNewForegroundTab": ["Open a link in a new tab, switch to it"]
+ "LinkHints.activateModeToOpenInNewForegroundTab": ["Open a link in a new tab & switch to it"]
"LinkHints.activateModeWithQueue": ["Open multiple links in a new tab"]
"LinkHints.activateModeToOpenIncognito": ["Open a link in incognito window"]