[mythtv-commits] Ticket #8803: Seconds count down in OSD broken

MythTV mythtv at cvs.mythtv.org
Fri Aug 20 17:00:01 UTC 2010


#8803: Seconds count down in OSD broken
------------------------------+---------------------------------------------
 Reporter:  danielk           |           Owner:  markk     
     Type:  defect            |          Status:  new       
 Priority:  minor             |       Milestone:  0.24      
Component:  MythTV - General  |         Version:  Trunk Head
 Severity:  medium            |      Resolution:            
 Keywords:                    |   Ticket locked:  0         
------------------------------+---------------------------------------------

Comment (by stuartm):

 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);
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8803#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list