diff options
Diffstat (limited to 'src/input/input_pnm.c')
-rw-r--r-- | src/input/input_pnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index c90fadd31..b11e1d6b3 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -275,7 +275,7 @@ static void *init_class (xine_t *xine, void *data) { this->input_class.get_instance = pnm_class_get_instance; this->input_class.identifier = "pnm"; - this->input_class.description = _("pnm streaming input plugin"); + this->input_class.description = N_("pnm streaming input plugin"); this->input_class.get_dir = NULL; this->input_class.get_autoplay_list = NULL; this->input_class.dispose = pnm_class_dispose; |