diff options
Diffstat (limited to 'src/video_out/video_out_fb.c')
-rw-r--r-- | src/video_out/video_out_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index e061ab781..e08661fa2 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -1058,7 +1058,7 @@ static void *fb_init_class(xine_t *xine, void *visual_gen) this->driver_class.open_plugin = fb_open_plugin; this->driver_class.identifier = "fb"; - this->driver_class.description = _("Xine video output plugin using the Linux frame buffer device"); + this->driver_class.description = N_("Xine video output plugin using the Linux frame buffer device"); this->driver_class.dispose = fb_dispose_class; this->config = xine->config; |