]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: modify resolution label for transcoding to 'resolution (height)'
authorJaroslav Kysela <perex@perex.cz>
Tue, 22 Sep 2015 14:29:25 +0000 (16:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Sep 2015 14:29:25 +0000 (16:29 +0200)
src/profile.c

index 7f7b8e3e7a34706c0c2398f0c8e33c17264f79ef..7b5d70f671161cd3eb440c08424f7db426ab2530 100644 (file)
@@ -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,
     },