diff options
| author | Stephen Blott | 2015-02-13 06:53:51 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-02-13 07:32:06 +0000 | 
| commit | 358f1ebfddacf75c02bb3a2e8993bab6d2fe28d8 (patch) | |
| tree | f69c6598692343474c53fad77b65f9fb832f2f63 /pages | |
| parent | ffc49d3057daee2354fb77d939fffc0cf77ff2e1 (diff) | |
| download | vimium-358f1ebfddacf75c02bb3a2e8993bab6d2fe28d8.tar.bz2 | |
Tweaks for grab-back-focus.
- Fix incorrect camel case in option name.
- Better text on options page.
- Loud comments re. using option directly from chrome.storage.sync.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/options.coffee | 2 | ||||
| -rw-r--r-- | pages/options.html | 6 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/pages/options.coffee b/pages/options.coffee index 525508fd..d2950348 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -257,7 +257,7 @@ initOptionsPage = ->      regexFindMode: CheckBoxOption      scrollStepSize: NumberOption      smoothScroll: CheckBoxOption -    grabBackfocus: CheckBoxOption +    grabBackFocus: CheckBoxOption      searchEngines: TextOption      searchUrl: NonEmptyTextOption      userDefinedLinkHintCss: TextOption diff --git a/pages/options.html b/pages/options.html index 6df2c92b..889d5ea0 100644 --- a/pages/options.html +++ b/pages/options.html @@ -133,12 +133,12 @@ b: http://b.com/?q=%s description              <td verticalAlign="top" class="booleanOption">                <div class="help">                  <div class="example"> -                  Prevent the page from focusing an input on load +                  Prevent pages from focusing an input on load (e.g. Google, Bing, etc.).                  </div>                </div>                <label> -                <input id="grabBackfocus" type="checkbox"/> -                Grab back focus +                <input id="grabBackFocus" type="checkbox"/> +                Don't let pages steal the focus on load                </label>              </td>            </tr> | 
