diff options
| author | Stephen Blott | 2017-10-07 16:41:59 +0100 |
|---|---|---|
| committer | Stephen Blott | 2017-10-07 16:41:59 +0100 |
| commit | 0e1d0d317e5d5f9fcebebbdf4a0a243f122b7471 (patch) | |
| tree | df3740e1e7646ecfe3e19b3344346509b24eadba /pages/options.html | |
| parent | 2c9582c83903cb40cd851dc44d57648bd1d1ac68 (diff) | |
| parent | bc8df497670658fdafa26660ee09987cf9d969ae (diff) | |
| download | vimium-0e1d0d317e5d5f9fcebebbdf4a0a243f122b7471.tar.bz2 | |
Merge branch 'ahstro/feature/upper-case-link-hints'
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> |
