diff options
Diffstat (limited to 'xineliboutput.c')
-rw-r--r-- | xineliboutput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index ec9641ae..4f09f3ee 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.22 2007-09-12 13:49:38 phintuka Exp $ + * $Id: xineliboutput.c,v 1.23 2007-09-17 17:56:26 phelin Exp $ * */ @@ -44,8 +44,8 @@ //---------------------------------plugin------------------------------------- static const char *VERSION = "1.0.0rc2"; -static const char *DESCRIPTION = "X11/xine-lib output plugin"; -static const char *MAINMENUENTRY = "Media Player"; +static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); +static const char *MAINMENUENTRY = trNOOP("Media Player"); cOsdObject *g_PendingMenuAction = NULL; |