diff options
| author | Phil Crosby | 2010-09-05 15:48:37 -0700 |
|---|---|---|
| committer | Phil Crosby | 2010-09-05 15:48:37 -0700 |
| commit | 77aede7a4d887af3c2dd58635075fda286e462d6 (patch) | |
| tree | 7d08e5fa0df2afad3b46ea0afaf57fec2c51e308 | |
| parent | 29688d9880fcceb3033a7a2a1bdc0eea5eadfd55 (diff) | |
| download | vimium-77aede7a4d887af3c2dd58635075fda286e462d6.tar.bz2 | |
Repair a help dialog regression I introduced
| -rw-r--r-- | helpDialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html index b50d9365..ee35fc9b 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -82,7 +82,7 @@ #vimiumHelpDialogFooter * { font-size:10px; } </style> - <!-- Note that the template placeholders (e.g. "{{pageNavigation}}") will be filled in by the background + <!-- Note that the template placeholders (e.g. "pageNavigation") will be filled in by the background page with the up-to-date key bindings when the dialog is shown. --> <a class="optionsPage" href="#">Options</a> <a class="closeButton" href="#">x</a> |
