John Smith commited on 2023-168 08:55:16
Showing 1 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -56,7 +56,7 @@ local function fn(config, deck, deckfname) |
| 56 | 56 |
if io.read("l") ~= "r" then heard = true end
|
| 57 | 57 |
end |
| 58 | 58 |
speak(at, config, al) |
| 59 |
- speak("hard, good, easy?", config)
|
|
| 59 |
+ speak("rating?", config)
|
|
| 60 | 60 |
local resp = io.read("l")
|
| 61 | 61 |
local sc = review.succfromstr(resp) |
| 62 | 62 |
if sc == -1 then |
| 63 | 63 |