Opened 20 years ago
Closed 20 years ago
#480 closed patch (fixed)
Fix for Finnish translation
Reported by: | Owned by: | Oscar Carlsson | |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | language translation Finnish mute |
Cc: | Ticket locked: | no |
Description
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>
Attachments (2)
Change History (4)
Changed 20 years ago by
Attachment: | mythfrontend_fi.ts.gz added |
---|
comment:1 Changed 20 years ago by
Changed 20 years ago by
Attachment: | ticket480.patch.gz added |
---|
Note: See
TracTickets for help on using
tickets.
Please attach the diff as a file. Thank you.