Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove extra ) in HD TV
  • Loading branch information
perexg committed Feb 29, 2016
1 parent 6317159 commit 83d75c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.c
Expand Up @@ -154,7 +154,7 @@ service_type_auto_list ( void *o, const char *lang )
{ N_("None"), ST_NONE },
{ N_("Radio"), ST_RADIO },
{ N_("SD TV"), ST_SDTV },
{ N_("HD TV)"), ST_HDTV }
{ N_("HD TV"), ST_HDTV }
};
return strtab2htsmsg(tab, 1, lang);
}
Expand Down

0 comments on commit 83d75c6

Please sign in to comment.