From d883e2bca34036b2f73412352d08cb3945c6f131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Wed, 30 May 2007 15:22:55 +0000 Subject: - fixed #333 (thx to rofafor!) --- live.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'live.h') diff --git a/live.h b/live.h index 20b26e7..2544724 100644 --- a/live.h +++ b/live.h @@ -12,7 +12,7 @@ class Plugin : public cPlugin { public: Plugin(void); virtual const char *Version(void) { return VERSION; } - virtual const char *Description(void) { return DESCRIPTION; } + virtual const char *Description(void) { return tr(DESCRIPTION); } virtual const char *CommandLineHelp(void); virtual bool ProcessArgs(int argc, char *argv[]); virtual bool Start(void); -- cgit v1.2.3