aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-25 10:23:44 +0100
committerStephen Blott2016-04-25 10:23:44 +0100
commit9b7e9b6cc6fc5928adb202b1d8a63e78861200ca (patch)
tree5cd2f85e297581d980bc615331abee983f812bd1
parent91bed52461c87b0c5d08a0beb8a7b80fc4b4ddf6 (diff)
downloadvimium-9b7e9b6cc6fc5928adb202b1d8a63e78861200ca.tar.bz2
Help dialog; fix show-advanced-command button position.
-rw-r--r--background_scripts/main.coffee2
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] =