diff options
| author | Anton Strömkvist | 2017-10-05 17:25:18 +0200 | 
|---|---|---|
| committer | Anton Strömkvist | 2017-10-06 09:20:40 +0200 | 
| commit | d471f3aed1646646b7a8802944314170b4b20eed (patch) | |
| tree | 0a369b165d3f5cfb4016e570f4a721fc7c2f77fe /pages/options.html | |
| parent | 9da17bfd35f5e97bc4e6949debbaae073bc367e5 (diff) | |
| download | vimium-d471f3aed1646646b7a8802944314170b4b20eed.tar.bz2 | |
Allow using capital letters as link hint characters
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/options.html b/pages/options.html index 412e17df..46307b6f 100644 --- a/pages/options.html +++ b/pages/options.html @@ -115,11 +115,11 @@ b: http://b.com/?q=%s description              </td>            </tr>            <tr id="linkHintNumbersContainer"> -            <td class="caption">Numbers used<br/> for link hints</td> +            <td class="caption">Characters used<br/> for link hints</td>              <td verticalAlign="top">                  <div class="help">                    <div class="example"> -                    The numbers placed next to each link after typing "f" to enter link-hint mode. +                    The characters placed next to each link after typing "f" to enter link-hint mode.                    </div>                  </div>                  <input id="linkHintNumbers" type="text" /> @@ -145,7 +145,7 @@ b: http://b.com/?q=%s description                </div>                <label>                  <input id="filterLinkHints" type="checkbox"/> -                Use the link's name and numbers for link-hint filtering +                Use the link's name and characters for link-hint filtering                </label>              </td>            </tr>  | 
