diff options
| author | Jez Ng | 2012-10-23 15:04:03 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-10-23 15:04:03 -0400 | 
| commit | c128ee99fd8fc5cf5044099f6cb20847fee99b24 (patch) | |
| tree | 7c09edfc4efddb09536cb0c84f1a62d3a3210d1c /options | |
| parent | 213ea560f17a652c164c7dc8fbd9662141794b16 (diff) | |
| download | vimium-c128ee99fd8fc5cf5044099f6cb20847fee99b24.tar.bz2 | |
Tweak options page description and ensure tests pass.
Diffstat (limited to 'options')
| -rw-r--r-- | options/options.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/options/options.html b/options/options.html index 3bce82ce..bee3a4bb 100644 --- a/options/options.html +++ b/options/options.html @@ -312,11 +312,11 @@ unmapAll            </td>          </tr>          <tr class="advancedOption"> -          <td class="caption">Default Search</td> +          <td class="caption">Search</td>            <td verticalAlign="top">                <div class="help">                  <div class="example"> -                  Vomnibar fall back URL/search engine if nothing else matches (examples: "http://duckduckgo.com/?q=", "http://www.google.com/search?q="). +                  Set which search engine is used when searching from the Vomnibar (examples: "http://duckduckgo.com/?q=", "http://www.google.com/search?q=").                  </div>                </div>                <input id="searchUrl" type="text" /> | 
