mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed an alleged typo
This commit is contained in:
parent
00170e8275
commit
2a58a468c8
2
HISTORY
2
HISTORY
@ -2315,7 +2315,7 @@ Video Disk Recorder Revision History
|
||||
- Removing deleted recordings faster than normal when cutting, to avoid running
|
||||
out of disk space (thanks to Manfred Schmidt-Voigt for reporting this one).
|
||||
|
||||
2003-08-24: Version 1.2.4
|
||||
2003-08-26: Version 1.2.4
|
||||
|
||||
- Fixed 'runvdr' to stay in the loop only if VDR returns an exit status of '1'.
|
||||
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||
|
4
i18n.c
4
i18n.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: i18n.c 1.131 2003/08/24 10:52:08 kls Exp $
|
||||
* $Id: i18n.c 1.132 2003/08/26 15:23:07 kls Exp $
|
||||
*
|
||||
* Translations provided by:
|
||||
*
|
||||
@ -79,7 +79,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"Português",
|
||||
"Français",
|
||||
"Norsk",
|
||||
"Suomi",
|
||||
"suomi", // this is not a typo - it's really lowercase!
|
||||
"Polski",
|
||||
"Español",
|
||||
"Ellinika",
|
||||
|
Loading…
Reference in New Issue
Block a user