summaryrefslogtreecommitdiff
path: root/src/post/planar/fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/planar/fill.c')
-rw-r--r--src/post/planar/fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/fill.c b/src/post/planar/fill.c
index 3406a57b1..14bd55102 100644
--- a/src/post/planar/fill.c
+++ b/src/post/planar/fill.c
@@ -53,7 +53,7 @@ void *fill_init_plugin(xine_t *xine, void *data)
class->open_plugin = fill_open_plugin;
class->identifier = "fill";
- class->description = _("crops left and right of video to fill 4:3 aspect ratio");
+ class->description = N_("crops left and right of video to fill 4:3 aspect ratio");
class->dispose = fill_class_dispose;
return class;