Explicitely say 'minutes' when speaking the battery time, fixes FS#11932.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29297 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82140061a6
commit
4ca36ca90c
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ static int info_speak_item(int selected_item, void * data)
|
|||
{
|
||||
talk_id(LANG_BATTERY_TIME, false);
|
||||
talk_value(battery_level(), UNIT_PERCENT, true);
|
||||
talk_value(battery_time() *60, UNIT_TIME, true);
|
||||
talk_value(battery_time() *60, UNIT_TIME_EXACT, true);
|
||||
}
|
||||
else talk_id(VOICE_BLANK, false);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue