diff options
Diffstat (limited to 'src/video_out/video_out_xv.c')
-rw-r--r-- | src/video_out/video_out_xv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 21d4aa0c4..4949fe843 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -1464,7 +1464,7 @@ static void *init_class (xine_t *xine, void *visual_gen) { this->driver_class.open_plugin = open_plugin_old; this->driver_class.identifier = "Xv"; - this->driver_class.description = _("xine video output plugin using the MIT X video extension"); + this->driver_class.description = N_("xine video output plugin using the MIT X video extension"); this->driver_class.dispose = dispose_class; this->config = xine->config; |