summaryrefslogtreecommitdiff
path: root/src/libxinevdec/rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxinevdec/rgb.c')
-rw-r--r--src/libxinevdec/rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxinevdec/rgb.c b/src/libxinevdec/rgb.c
index 54adeeec1..490069643 100644
--- a/src/libxinevdec/rgb.c
+++ b/src/libxinevdec/rgb.c
@@ -428,7 +428,7 @@ static void *init_plugin (xine_t *xine, void *data) {
this->decoder_class.open_plugin = open_plugin;
this->decoder_class.identifier = "RGB";
- this->decoder_class.description = _("Raw RGB video decoder plugin");
+ this->decoder_class.description = N_("Raw RGB video decoder plugin");
this->decoder_class.dispose = dispose_class;
return this;