From 72b7b92091d392c06b5a4795af3cbfa405299484 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 21 Apr 2012 18:11:45 +0100 Subject: Regularise references to amazon's book service --- getabook.1 | 4 ++-- getxbookgui.tcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/getabook.1 b/getabook.1 index 86d611e..301325d 100644 --- a/getabook.1 +++ b/getabook.1 @@ -7,8 +7,8 @@ getabook \- downloads books from amazon .RB [-n] .RB asin .SH DESCRIPTION -getabook downloads pages of books from amazon's "search -inside this book" service. Some pages are not available, in +getabook downloads pages of books from amazon's "look +inside the book" service. Some pages are not available, in which case they will be skipped. .SH OPTIONS .TP diff --git a/getxbookgui.tcl b/getxbookgui.tcl index 69ae9c2..fbeb992 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -3,7 +3,7 @@ package require Tk set bins {{getgbook "Book ID" "Google\nBook Preview"} \ - {getabook "ISBN 10" "Amazon Look\nInside This Book"} \ + {getabook "ISBN 10" "Amazon Look\nInside The Book"} \ {getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer"}} set binselected 0 set dling 0 -- cgit v1.2.3