summaryrefslogtreecommitdiff
path: root/src/libsputext
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsputext')
-rw-r--r--src/libsputext/demux_sputext.c2
-rw-r--r--src/libsputext/xine_sputext_decoder.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libsputext/demux_sputext.c b/src/libsputext/demux_sputext.c
index a1b1d93a2..68f436729 100644
--- a/src/libsputext/demux_sputext.c
+++ b/src/libsputext/demux_sputext.c
@@ -1480,7 +1480,7 @@ static void *init_sputext_demux_class (xine_t *xine, void *data) {
this = xine_xmalloc (sizeof (demux_sputext_class_t));
this->demux_class.open_plugin = open_demux_plugin;
- this->demux_class.description = _("sputext demuxer plugin");
+ this->demux_class.description = N_("sputext demuxer plugin");
this->demux_class.identifier = "sputext";
this->demux_class.get_mimetypes = get_demux_mimetypes;
this->demux_class.get_extensions = get_demux_extensions;
diff --git a/src/libsputext/xine_sputext_decoder.c b/src/libsputext/xine_sputext_decoder.c
index d21e8dd6f..88977496e 100644
--- a/src/libsputext/xine_sputext_decoder.c
+++ b/src/libsputext/xine_sputext_decoder.c
@@ -908,7 +908,7 @@ static void *init_spu_decoder_plugin (xine_t *xine, void *data) {
this->class.open_plugin = sputext_class_open_plugin;
this->class.identifier = "sputext";
- this->class.description = _("external subtitle decoder plugin");
+ this->class.description = N_("external subtitle decoder plugin");
this->class.dispose = sputext_class_dispose;
this->xine = xine;