summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_caca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/video_out_caca.c')
-rw-r--r--src/video_out/video_out_caca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_caca.c b/src/video_out/video_out_caca.c
index b7ea21ba1..6384ed1aa 100644
--- a/src/video_out/video_out_caca.c
+++ b/src/video_out/video_out_caca.c
@@ -318,7 +318,7 @@ static void *init_class (xine_t *xine, void *visual_gen) {
this->driver_class.open_plugin = open_plugin;
this->driver_class.identifier = "CACA";
- this->driver_class.description = _("xine video output plugin using the Color AsCii Art library");
+ this->driver_class.description = N_("xine video output plugin using the Color AsCii Art library");
this->driver_class.dispose = dispose_class;
this->config = xine->config;