From 87646e97fe83251cbdc89d90a2200061d04a890e Mon Sep 17 00:00:00 2001 From: Vin Howe <24789592+iiridescent@users.noreply.github.com> Date: Tue, 11 Jun 2019 15:04:25 -0400 Subject: [PATCH] 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. --- ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.go b/ui.go index 3123783..f9b42fc 100644 --- a/ui.go +++ b/ui.go @@ -26,7 +26,7 @@ func render(wheel *Wheel, status *Status) termui.GridBufferer { case BREAKING: 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. [q] - quit [p] - pause