mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed a missing ',' in the Greek OSD texts
This commit is contained in:
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.241 2006/01/27 14:17:30 kls Exp $
|
||||
* $Id: i18n.c 1.242 2006/01/27 14:21:28 kls Exp $
|
||||
*
|
||||
* Translations provided by:
|
||||
*
|
||||
@@ -2958,7 +2958,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"ei koskaan",
|
||||
"nigdy",
|
||||
"nunca",
|
||||
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"aldrig",
|
||||
"niciodat<EFBFBD>",
|
||||
"",// TODO
|
||||
|
Reference in New Issue
Block a user