aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:38:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:38:04 -0700
commit709024c81ab8f00e081d7aa94097d0669fc3b095 (patch)
treee87cb4e97aab9740f7618ceaec61a9ac0c2fdf12
parent8376e535f6e8b47da2154ac7928d9a1f32ab7d59 (diff)
downloadsscan-709024c81ab8f00e081d7aa94097d0669fc3b095.tar.gz
tweak desc
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 1a59f88..8e7fea2 100644
--- a/Main.hs
+++ b/Main.hs
@@ -54,7 +54,7 @@ drawUI st = [ui]
then (if isJust $ st^.stScanningSession
then [ ("SPC", "scan next page")
, ("RET", "scan final page")
- , ("q", "declare last page was final page")
+ , ("q", "declare last scanned page was the final page")
]
else [ ("SPC", "scan first page of multi-page document")
, ("RET", "scan single page document")