summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r--src/input/input_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c
index ffeb79bd7..02a54e6d8 100644
--- a/src/input/input_http.c
+++ b/src/input/input_http.c
@@ -1087,7 +1087,7 @@ static void *init_class (xine_t *xine, void *data) {
this->input_class.get_instance = http_class_get_instance;
this->input_class.identifier = "http";
- this->input_class.description = _("http input plugin");
+ this->input_class.description = N_("http input plugin");
this->input_class.get_dir = NULL;
this->input_class.get_autoplay_list = NULL;
this->input_class.dispose = http_class_dispose;