From: Jaroslav Kysela Date: Tue, 22 Sep 2015 14:29:25 +0000 (+0200) Subject: profile: modify resolution label for transcoding to 'resolution (height)' X-Git-Tag: v4.2.1~2076 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b956dafeb988615bf1709a885ac30c045df569b8;p=thirdparty%2Ftvheadend.git profile: modify resolution label for transcoding to 'resolution (height)' --- diff --git a/src/profile.c b/src/profile.c index 7f7b8e3e7..7b5d70f67 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1510,7 +1510,7 @@ const idclass_t profile_transcode_class = { .type = PT_U32, .id = "resolution", - .name = N_("Resolution"), + .name = N_("Resolution (height)"), .off = offsetof(profile_transcode_t, pro_resolution), .def.u32 = 384, },