Opened 16 years ago
Closed 16 years ago
#8803 closed defect (fixed)
Seconds count down in OSD broken
| Reported by: | danielk | Owned by: | markk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In the TV::ShowOSDAskAllow() dialog that show the user the number of seconds until an action is taken "%d" is printed instead of the number of seconds remaining.
Change History (4)
Note:
See TracTickets
for help on using tickets.

We should really replace that countdown string with tr + %n but it means re-factoring this code to make that possible. For tr() to work you really need to translate and substitute the integer in one go.
e.g.
tr("%n second(s)", NULL, secs);