[mythtv-commits] Ticket #480: Fix for Finnish translation

MythTV mythtv at cvs.mythtv.org
Sun Oct 16 20:11:22 UTC 2005


#480: Fix for Finnish translation
-----------------------------------+----------------------------------------
 Reporter:  pasi.tiittanen at iki.fi  |       Owner:  oscar
     Type:  patch                  |      Status:  new  
 Priority:  minor                  |   Milestone:  0.19 
Component:  mythtv                 |     Version:  head 
 Severity:  medium                 |  -----------------------------------+----------------------------------------
 Hi,

 There is small bug in Finnish language file.

 Wrong order in mute section.

 ------------

 {{{
 --- i18n/mythfrontend_fi.ts     2005-10-16 19:07:16.000000000 +0300
 +++ fix/i18n/mythfrontend_fi.ts 2005-10-16 19:12:02.000000000 +0300
 @@ -7536,11 +7536,11 @@
      </message>
      <message>
          <source>Mute On</source>
 -        <translation>Ääni Päälle</translation>
 +        <translation>Ääni Pois</translation>
      </message>
      <message>
          <source>Mute Off</source>
 -        <translation>Ääni Pois</translation>
 +        <translation>Ääni Päälle</translation>
      </message>
      <message>
          <source>Hue %1 %</source>

 }}}

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/480>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list