diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-06-09 09:47:20 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-06-09 09:47:20 +0200 |
commit | 79b6aefb8881ee455f8b8e2dcb8ae13f8fcd5cb0 (patch) | |
tree | 870e87c05c9701ce97844d134e8f639fb9efa595 | |
parent | 60b83574632e24fecb8e6e3bf78a33c2988f2fc8 (diff) | |
download | vdr-79b6aefb8881ee455f8b8e2dcb8ae13f8fcd5cb0.tar.gz vdr-79b6aefb8881ee455f8b8e2dcb8ae13f8fcd5cb0.tar.bz2 |
Fixed a wrong Hungarian text line
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | i18n.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2235,7 +2235,7 @@ Video Disk Recorder Revision History - Some corrections to the Finnish OSD texts (thanks to Jaakko Hyvätti). - Officially released as version 1.2.0. -2003-06-08: Version 1.2.1 +2003-06-09: Version 1.2.1 - Fixed OSD access in case none of the devices provides one (thanks to Axel Gruber for reporting this one). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.126 2003/06/06 15:42:29 kls Exp $ + * $Id: i18n.c 1.127 2003/06/09 09:45:37 kls Exp $ * * Translations provided by: * @@ -2900,8 +2900,8 @@ const tI18nPhrase Phrases[] = { "Pulse 'Menu' para saltarse esta tecla", "Pata 'Menou' gia prosperasi aftou tou pliktrou", "Tryck 'Meny' för att hoppa över denna knapp.", - "A Menü gombot nyomni ennek a gombnak a kihagyásához", "",// TODO + "A Menü gombot nyomni ennek a gombnak a kihagyásához", "Premeu 'Menú' per obviar aquesta tecla", }, { "Phase 3: Saving key codes", |