From e4b1fbea095e8ebc0a2539bbeb9ecd6ca03b352f Mon Sep 17 00:00:00 2001 From: Buschel Date: Sun, 13 Feb 2011 19:14:43 +0000 Subject: [PATCH] Explicitly say 'minutes' when speaking the runtime, fixes FS#11934. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29299 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/screens.c b/apps/screens.c index 81472e6cc..a11c4333e 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -805,7 +805,7 @@ static int runtime_speak_data(int selected_item, void* data) talk_ids(false, (selected_item < 2) ? LANG_RUNNING_TIME : LANG_TOP_TIME, TALK_ID((selected_item < 2) ? global_status.runtime - : global_status.topruntime, UNIT_TIME)); + : global_status.topruntime, UNIT_TIME_EXACT)); return 0; } -- 2.11.4.GIT