diff options
Diffstat (limited to 'src/video_out/video_out_syncfb.c')
-rw-r--r-- | src/video_out/video_out_syncfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index f133d52d7..a73aca39f 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -1089,7 +1089,7 @@ static void *init_class (xine_t *xine, void *visual_gen) { this->driver_class.open_plugin = open_plugin; this->driver_class.identifier = "SyncFB"; - this->driver_class.description = _("xine video output plugin using the SyncFB module for Matrox G200/G400 cards"); + this->driver_class.description = N_("xine video output plugin using the SyncFB module for Matrox G200/G400 cards"); this->driver_class.dispose = dispose_class; this->config = xine->config; |