diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-15 16:40:56 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 16:40:56 -0400 | 
| commit | 916dcd6babacca8042f4b86721cd0b6c749b391d (patch) | |
| tree | e9916a47503564ebbf06cebe1c4bd1cf64a57851 | |
| parent | 2c752fd89d3427da855704406e34c9458d33e832 (diff) | |
Update the search button tooltip to describe Shift+click functionality (#1679)
| -rw-r--r-- | ext/action-popup.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/action-popup.html b/ext/action-popup.html index f338ab6f..a3128537 100644 --- a/ext/action-popup.html +++ b/ext/action-popup.html @@ -45,7 +45,7 @@                  <div class="nav-button-warning-badge-inner"></div>              </div>          </a> -        <a class="nav-button action-open-search" title="Search" data-hotkey='["global:openSearchPage","title","Search ({0})"]'> +        <a class="nav-button action-open-search" title="Search" data-hotkey='["global:openSearchPage","title","Search ({0})\nShift+click to open here"]'>              <span class="icon" data-icon="magnifying-glass"></span>          </a>          <a class="nav-button action-open-info" title="Information" data-hotkey='["global:openInfoPage","title","Information ({0})"]'> |