voice: Fix a handful of non-voiced splash messages

Change-Id: I561c756c542fa24824a881b5632c955a920b8471
This commit is contained in:
Solomon Peachy 2024-05-13 11:57:59 -04:00
parent 0bfc5d8d99
commit b6053c4d54
4 changed files with 4 additions and 5 deletions

View file

@ -74,7 +74,7 @@ int alarm_screen(void)
talk_value(mins_togo % 60, UNIT_MIN, true);
talk_force_enqueue_next();
}
splashf(HZ*2, str(LANG_ALARM_MOD_TIME_TO_GO),
splashf(HZ*2, ID2P(LANG_ALARM_MOD_TIME_TO_GO),
mins_togo / 60, mins_togo % 60);
} else {
splash(HZ, ID2P(LANG_ALARM_MOD_ERROR));