summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-04-06 09:51:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-04-06 09:51:08 +0200
commitea6f46d5fbbdc2afef94750316904c0e5e031b64 (patch)
treed94e2bb1131a964f9b03d4d142f4010c0379a085 /menu.c
parentab75db967edd349fb574acce75736b4cc41fa899 (diff)
downloadvdr-ea6f46d5fbbdc2afef94750316904c0e5e031b64.tar.gz
vdr-ea6f46d5fbbdc2afef94750316904c0e5e031b64.tar.bz2
Added Spanish language texts
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/menu.c b/menu.c
index f474b4e9..bc3aeb6e 100644
--- a/menu.c
+++ b/menu.c
@@ -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);