Merge pull request #14 from iiridescent/patch-1
Fix typos in break screen
This commit is contained in:
commit
591d51a1f3
2
ui.go
2
ui.go
|
@ -26,7 +26,7 @@ func render(wheel *Wheel, status *Status) termui.GridBufferer {
|
||||||
case BREAKING:
|
case BREAKING:
|
||||||
text = `It is time to take a break!
|
text = `It is time to take a break!
|
||||||
|
|
||||||
Once you a ready press [enter]
|
Once you are ready, press [enter]
|
||||||
to begin the next Pomodoro.
|
to begin the next Pomodoro.
|
||||||
|
|
||||||
[q] - quit [p] - pause
|
[q] - quit [p] - pause
|
||||||
|
|
Loading…
Reference in New Issue