diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-23 09:28:05 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-23 09:28:05 +0200 |
commit | 62f3d4c797185155ae0b84b3d3b1c397ab6561b3 (patch) | |
tree | 0b1b365f2884b7d04038fc895001aee2fee211ec /i18n.c | |
parent | 63f4369849e7dea5c7b3cb49a163253f34b18bfd (diff) | |
download | vdr-62f3d4c797185155ae0b84b3d3b1c397ab6561b3.tar.gz vdr-62f3d4c797185155ae0b84b3d3b1c397ab6561b3.tar.bz2 |
Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD"
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 6 |
1 files changed, 3 insertions, 3 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.298 2007/06/23 09:16:43 kls Exp $ + * $Id: i18n.c 1.299 2007/06/23 09:27:59 kls Exp $ * * Translations provided by: * @@ -3647,8 +3647,8 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO }, - { "Setup.OSD$OSD font size (pixel)", - "OSD Schriftgröße (pixel)", + { "Setup.OSD$Default font size (pixel)", + "Standard-Schriftgröße (pixel)", "",// TODO "",// TODO "",// TODO |