diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-06-21 20:38:32 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-06-21 20:38:32 +0200 |
commit | 297eee7486703821418408a80a562301b3a3c06f (patch) | |
tree | 68b62c2158276c8f30281f6ffbc1782c31b89876 /xmltv2vdr.h | |
parent | 8e38cfcb77424a288e90c65829d6655eabd9507a (diff) | |
download | vdr-plugin-xmltv2vdr-297eee7486703821418408a80a562301b3a3c06f.tar.gz vdr-plugin-xmltv2vdr-297eee7486703821418408a80a562301b3a3c06f.tar.bz2 |
Added italian translation from Diego Pierotto (#594)
Added fix from Keine_Ahnung (#657)
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r-- | xmltv2vdr.h | 2 |
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[] ); |