mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
voice: Revert one of the changes made in b6053c4d54
We already voiced the full text displayed in that splash message. Change-Id: I40cf3de9124f9614b139fae41c47ef2ce7fb227a
This commit is contained in:
parent
27cb1abcec
commit
dfe409c993
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int alarm_screen(void)
|
|||
talk_value(mins_togo % 60, UNIT_MIN, true);
|
||||
talk_force_enqueue_next();
|
||||
}
|
||||
splashf(HZ*2, ID2P(LANG_ALARM_MOD_TIME_TO_GO),
|
||||
splashf(HZ*2, str(LANG_ALARM_MOD_TIME_TO_GO),
|
||||
mins_togo / 60, mins_togo % 60);
|
||||
} else {
|
||||
splash(HZ, ID2P(LANG_ALARM_MOD_ERROR));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue