diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 18:19:38 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 18:19:38 -0700 |
commit | 37321e8d52849b0824132e2339760e96308abbb6 (patch) | |
tree | 1e6b986768e65d07337bc31ae1d8c2641f60d9f4 /ext/bg/popup.html | |
parent | 2c164fb65f286e2852c7e5eb5e7098c5a4fe6f1a (diff) | |
parent | 063f3d4dbf8c896f4f7b022cfae6e2b907769251 (diff) |
Merge branch 'dev'
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r-- | ext/bg/popup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html index 22fc0d40..e223e241 100644 --- a/ext/bg/popup.html +++ b/ext/bg/popup.html @@ -18,12 +18,12 @@ </head> <body> <p> - <input type="checkbox" id="enable-search"> + <input type="checkbox" id="enable-search" title="Toggle (Alt + Delete)"> </p> <p> <div class="btn-group" style="white-space: nowrap"> - <button type="button" id="open-search" title="Search" class="btn btn-default btn-xs glyphicon glyphicon-search"></button> - <button type="button" id="open-options" title="Options" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button> + <button type="button" id="open-search" title="Search (Alt + Insert)" class="btn btn-default btn-xs glyphicon glyphicon-search"></button> + <button type="button" id="open-options" title="Options (Alt + End)" class="btn btn-default btn-xs glyphicon glyphicon-wrench"></button> <button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button> </div> </p> |