diff options
| author | Phil Crosby | 2014-04-30 01:00:51 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2014-04-30 01:00:51 -0700 | 
| commit | c4593fbe1cb292161d6a4e503d512e5d9d163e91 (patch) | |
| tree | 2a848bccc186c6eddced5b248ebef58b4160007f /background_scripts/commands.coffee | |
| parent | 4cfb7dd9e38c4d4e3c269952402b4d8161007e6f (diff) | |
| download | vimium-c4593fbe1cb292161d6a4e503d512e5d9d163e91.tar.bz2 | |
Tweak command description
Diffstat (limited to 'background_scripts/commands.coffee')
| -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 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"] | 
