diff options
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 12 | 
1 files changed, 7 insertions, 5 deletions
diff --git a/pages/options.html b/pages/options.html index 8e685304..e765334c 100644 --- a/pages/options.html +++ b/pages/options.html @@ -300,11 +300,13 @@ unmapAll            <td verticalAlign="top">                <div class="help">                  <div class="example"> -                  This adds search-engine shortcuts to the Vomnibar.<br/><br/> -                  The format is:<br/> -                  <pre>your-keyword: http://the-site.com/?q=%s</pre> -                  %s will be replaced with your search terms.<br/> -                  Lines which start with "#" are comments. +                  Add search-engine shortcuts to the Vomnibar. Format:<br/> +                  <pre> +a: http://a.com/?q=%s +b: http://b.com/?q=%s description +" this is a comment +# this is also a comment</pre> +                  %s is replaced with the search terms.                  </div>                </div>                <textarea id="searchEngines"></textarea>  | 
