Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: one more missing string from mpegts input
  • Loading branch information
perexg committed Jul 2, 2015
1 parent 5c3b74d commit 9ee9d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_input.c
Expand Up @@ -199,7 +199,7 @@ mpegts_input_class_linked_enum( void * self, const char *lang )
mpegts_input_t *mi = self, *mi2;
tvh_input_t *ti;
htsmsg_t *m = htsmsg_create_list();
mpegts_input_add_keyval(m, "", "Not Linked");
mpegts_input_add_keyval(m, "", tvh_gettext_lang(lang, N_("Not Linked")));
TVH_INPUT_FOREACH(ti)
if (idnode_is_instance(&ti->ti_id, &mpegts_input_class)) {
mi2 = (mpegts_input_t *)ti;
Expand Down

0 comments on commit 9ee9d02

Please sign in to comment.