summaryrefslogtreecommitdiff
path: root/Plugins/extraicons/ExtraIcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/extraicons/ExtraIcon.cpp')
-rw-r--r--Plugins/extraicons/ExtraIcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/extraicons/ExtraIcon.cpp b/Plugins/extraicons/ExtraIcon.cpp
index 6c247d9..95c0265 100644
--- a/Plugins/extraicons/ExtraIcon.cpp
+++ b/Plugins/extraicons/ExtraIcon.cpp
@@ -20,7 +20,7 @@
#include "commons.h"
ExtraIcon::ExtraIcon(const char *name, const char *description, const char *descIcon) :
- name(name), description(description), descIcon(descIcon), slot(-1)
+ name(name), description(Translate(description)), descIcon(descIcon), slot(-1)
{
}