From: Mark Clarkstone Date: Sat, 7 Nov 2015 10:22:38 +0000 (+0000) Subject: Update profile.c X-Git-Tag: v4.2.1~1579 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73a04503dffe3e92e9fa34bf9502cd630ad5456e;p=thirdparty%2Ftvheadend.git Update profile.c --- diff --git a/src/profile.c b/src/profile.c index f670fe6e1..13d19b21d 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1532,7 +1532,7 @@ const idclass_t profile_transcode_class = { .type = PT_STR, .id = "vcodec", - .name = N_("Video Codec"), + .name = N_("Video codec"), .off = offsetof(profile_transcode_t, pro_vcodec), .def.s = "libx264", .list = profile_class_vcodec_list, @@ -1547,7 +1547,7 @@ const idclass_t profile_transcode_class = { .type = PT_STR, .id = "acodec", - .name = N_("Audio Codec"), + .name = N_("Audio codec"), .off = offsetof(profile_transcode_t, pro_acodec), .def.s = "libvorbis", .list = profile_class_acodec_list,