diff options
| author | Stephen Blott | 2016-04-25 10:23:44 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-25 10:23:44 +0100 | 
| commit | 9b7e9b6cc6fc5928adb202b1d8a63e78861200ca (patch) | |
| tree | 5cd2f85e297581d980bc615331abee983f812bd1 /background_scripts | |
| parent | 91bed52461c87b0c5d08a0beb8a7b80fc4b4ddf6 (diff) | |
| download | vimium-9b7e9b6cc6fc5928adb202b1d8a63e78861200ca.tar.bz2 | |
Help dialog; fix show-advanced-command button position.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5d1ab864..dca9df7e 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -91,7 +91,7 @@ getHelpDialogHtml = ({showUnboundCommands, showCommandNames, customTitle}) ->    replacementStrings =      version: currentVersion      title: customTitle || "Help" -    tip: if showCommandNames then "Tip: click command names to yank them to the clipboard." else "" +    tip: if showCommandNames then "Tip: click command names to yank them to the clipboard." else " "    for own group of Commands.commandGroups      replacementStrings[group] = | 
