forked from len0rd/rockbox
The month wasn't spoken in set_time_screen()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
215300d511
commit
08ebcad06a
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ static void say_time(int cursorpos, struct tm *tm)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cursorpos == 4) /* month */
|
if (cursorpos == 4) /* month */
|
||||||
talk_id(LANG_MONTH_JANUARY + value - 1, false);
|
talk_id(LANG_MONTH_JANUARY + tm->tm_mon, false);
|
||||||
else
|
else
|
||||||
talk_value(value, unit[cursorpos], false);
|
talk_value(value, unit[cursorpos], false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue