Missing comma at five to

This commit is contained in:
Brendan M. Sleight 2022-10-07 11:54:48 +00:00
parent 64cd0a6c7a
commit 8084d8784b

View File

@ -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"};