summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/video_out_opengl.c')
-rw-r--r--src/video_out/video_out_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c
index d86ef80f3..1bb582636 100644
--- a/src/video_out/video_out_opengl.c
+++ b/src/video_out/video_out_opengl.c
@@ -1966,7 +1966,7 @@ static void *opengl_init_class (xine_t *xine, void *visual_gen) {
this->driver_class.open_plugin = opengl_open_plugin;
this->driver_class.identifier = "opengl";
- this->driver_class.description = _("xine video output plugin using the OpenGL 3D graphics API");
+ this->driver_class.description = N_("xine video output plugin using the OpenGL 3D graphics API");
this->driver_class.dispose = opengl_dispose_class;
this->xine = xine;