diff options
| -rw-r--r-- | background_scripts/commands.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/commands.js b/background_scripts/commands.js index 83ef050f..c9061822 100644 --- a/background_scripts/commands.js +++ b/background_scripts/commands.js @@ -184,7 +184,7 @@ var commandDescriptions = {    focusInput: ["Focus the first (or n-th) text box on the page", { passCountToFunction: true }],    'linkHints.activateMode': ["Open a link in the current tab"], -  'linkHints.activateWithCurrentUrl': ["Open a link in a new tab"], +  'linkHints.activateModeToOpenInNewTab': ["Open a link in a new tab"],    'linkHints.activateModeWithQueue': ["Open multiple links in a new tab"],    enterFindMode: ["Enter find mode"], | 
