Fix typos in break screen
I also suggest using contractions ("It is" -> "It's", "you are" -> "you're") to make the message less formal. Those changes are stylistic, so I won't include them in this PR.
This commit is contained in:
parent
90be75e9ae
commit
87646e97fe
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