diff options
Diffstat (limited to 'options.html')
-rw-r--r-- | options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options.html b/options.html index 1ea1d58..47042af 100644 --- a/options.html +++ b/options.html @@ -14,8 +14,8 @@ the License. --> <!DOCTYPE html> <title>Wayback Machine Lookup</title> <form id="clickBehavior"> - Clicking the button:<br> - <label><input type="radio" name="clickBehavior" value="search"> Searches for the page in the Wayback Machine.</label><br> - <label><input type="radio" name="clickBehavior" value="direct"> Opens the most recent capture of the page.</label> + When searching the Wayback Machine:<br> + <label><input type="radio" name="clickBehavior" value="search"> Show all search results.</label><br> + <label><input type="radio" name="clickBehavior" value="direct"> Automatically open the most recent capture.</label> </form> <script src="options.js"></script> |