Missing comma at five to
This commit is contained in:
parent
64cd0a6c7a
commit
8084d8784b
@ -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"};
|
||||
|
Loading…
Reference in New Issue
Block a user