diff options
| -rw-r--r-- | CONTRIBUTORS | 1 | ||||
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | i18n.c | 4 | 
3 files changed, 4 insertions, 2 deletions
| diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fd9e2c12..965f175e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1337,6 +1337,7 @@ Kimmo Tykkala <tykkala@iki.fi>  Arthur Konovalov <kasjas@hot.ee>   for translating OSD texts to the Estonian language   for fixing a missing ',' in the Greek OSD texts + for fixing a missing ',' in the Swedish OSD texts  Milos Kapoun <m.kapoun@cra.cz>   for suggesting to skip code table info in SI data @@ -4296,3 +4296,4 @@ Video Disk Recorder Revision History  - Improved cUnbufferedFile; USE_FADVISE is now defined in tools.c by default, so    if you don't want to use "fadvise" you need to comment out that line (thanks to    Artur Skawina). +- Fixed a missing ',' in the Swedish OSD texts (thanks to Arthur Konovalov). @@ -4,7 +4,7 @@   * See the main source file 'vdr.c' for copyright information and   * how to reach the author.   * - * $Id: i18n.c 1.246 2006/02/04 11:00:52 kls Exp $ + * $Id: i18n.c 1.247 2006/02/04 14:17:54 kls Exp $   *   * Translations provided by:   * @@ -2632,7 +2632,7 @@ const tI18nPhrase Phrases[] = {      "D¼wiêk nie jest dostêpny!",      "¡No hay audio disponible!",      "Ìç äéáèÝóéìïò Þ÷ïò", -    "Ljud saknas!" +    "Ljud saknas!",      "Lipseºte sunetul!",      "",//TODO      "",//TODO | 
