summaryrefslogtreecommitdiff
path: root/xmltv2vdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r--xmltv2vdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltv2vdr.h b/xmltv2vdr.h
index f90b57c..0a565c2 100644
--- a/xmltv2vdr.h
+++ b/xmltv2vdr.h
@@ -148,7 +148,7 @@ public:
}
virtual const char *Description ( void )
{
- return DESCRIPTION;
+ return tr(DESCRIPTION);
}
virtual const char *CommandLineHelp ( void );
virtual bool ProcessArgs ( int argc, char *argv[] );