diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-06 09:51:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-06 09:51:08 +0200 |
commit | ea6f46d5fbbdc2afef94750316904c0e5e031b64 (patch) | |
tree | d94e2bb1131a964f9b03d4d142f4010c0379a085 /menu.c | |
parent | ab75db967edd349fb574acce75736b4cc41fa899 (diff) | |
download | vdr-ea6f46d5fbbdc2afef94750316904c0e5e031b64.tar.gz vdr-ea6f46d5fbbdc2afef94750316904c0e5e031b64.tar.bz2 |
Added Spanish language texts
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.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: menu.c 1.181 2002/04/02 20:53:52 kls Exp $ + * $Id: menu.c 1.182 2002/04/06 09:41:59 kls Exp $ */ #include "menu.h" @@ -694,7 +694,7 @@ public: }; cMenuEditChannel::cMenuEditChannel(int Index) -:cOsdMenu(tr("Edit Channel"), 14) +:cOsdMenu(tr("Edit channel"), 14) { channel = Channels.Get(Index); if (channel) { @@ -1070,7 +1070,7 @@ public: }; cMenuEditTimer::cMenuEditTimer(int Index, bool New) -:cOsdMenu(tr("Edit Timer"), 12) +:cOsdMenu(tr("Edit timer"), 12) { firstday = NULL; timer = Timers.Get(Index); |