diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 12:33:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-17 12:33:53 +0200 |
commit | 3ad941de73f411f42be4439aaf9e73837915376f (patch) | |
tree | 50a9ca1916efd7e3b3ec2f12bb863ede71dea9ff /i18n.c | |
parent | 671bad040050ec741a4c1589cc851453510b72f2 (diff) | |
download | vdr-3ad941de73f411f42be4439aaf9e73837915376f.tar.gz vdr-3ad941de73f411f42be4439aaf9e73837915376f.tar.bz2 |
Changed the parameter "OSD font" to "Default font" in "Setup/OSD"
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.296 2007/06/17 12:28:20 kls Exp $ + * $Id: i18n.c 1.297 2007/06/17 12:31:02 kls Exp $ * * Translations provided by: * @@ -3578,8 +3578,8 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO }, - { "Setup.OSD$OSD font name", - "OSD Schriftart", + { "Setup.OSD$Default font", + "Standard-Schriftart", "",// TODO "",// TODO "",// TODO @@ -3601,7 +3601,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO }, - { "Setup.OSD$Small font name", + { "Setup.OSD$Small font", "Kleine Schriftart", "",// TODO "",// TODO @@ -3624,7 +3624,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO }, - { "Setup.OSD$Fixed font name", + { "Setup.OSD$Fixed font", "Festbreiten-Schriftart", "",// TODO "",// TODO |