From 8084d8784baa0e73ecfe61b1fb71d9e5ac8d9405 Mon Sep 17 00:00:00 2001 From: "Brendan M. Sleight" Date: Fri, 7 Oct 2022 11:54:48 +0000 Subject: [PATCH] Missing comma at five to --- src/displayapp/screens/WatchFaceAccurateWords.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/WatchFaceAccurateWords.cpp b/src/displayapp/screens/WatchFaceAccurateWords.cpp index 04092355..a7319301 100644 --- a/src/displayapp/screens/WatchFaceAccurateWords.cpp +++ b/src/displayapp/screens/WatchFaceAccurateWords.cpp @@ -132,7 +132,7 @@ void WatchFaceAccurateWords::Refresh() { "twenty to ", "quarter to ", "ten to ", - "five to " + "five to ", "--"}; const char* minutes_accurate_array[6] = {"--", "just gone ", "a little after ", "coming up to ", "almost "}; const char* days_array[9] = {"--", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"};