aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.html
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-02-28 17:15:18 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-03-03 11:11:15 -0500
commit749bd515e839758559173ad16e248822202dd80e (patch)
tree66638b305ef124c6bef84a6c137dce9b9bcdc7a0 /options.html
parent1277f853696c26dba7960462ee49c5d9d39eab47 (diff)
Add context menu item to open a link in the Wayback Machinev1.2.0
Diffstat (limited to 'options.html')
-rw-r--r--options.html6
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>