diff options
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 298a10f9..b2d4c3c6 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -51,11 +51,11 @@ <h3>Scanning Options</h3> <div class="checkbox"> - <label><input type="checkbox" id="hold-shift-to-scan"> Hold <kbd>Shift</kbd> to scan</label> + <label><input type="checkbox" id="middle-mouse-button-scan"> Middle mouse button scanning</label> </div> <div class="checkbox"> - <label><input type="checkbox" id="middle-mouse-button-scan"> Middle mouse button scanning</label> + <label><input type="checkbox" id="hold-shift-to-scan"> Hold <kbd>Shift</kbd> to scan</label> </div> <div class="checkbox"> |