From: Jaroslav Kysela Date: Fri, 2 Oct 2015 13:54:56 +0000 (+0200) Subject: access: little label text corrections X-Git-Tag: v4.2.1~1990 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=796ac2d29aff389f0814b34d7c539d343f8f6148;p=thirdparty%2Ftvheadend.git access: little label text corrections --- diff --git a/src/access.c b/src/access.c index 621b7396e..caa39fc09 100644 --- a/src/access.c +++ b/src/access.c @@ -1518,14 +1518,14 @@ const idclass_t access_entry_class = { .type = PT_S64, .intsplit = CHANNEL_SPLIT, .id = "channel_min", - .name = N_("Min Channel Num"), + .name = N_("Minimal Channel Number"), .off = offsetof(access_entry_t, ae_chmin), }, { .type = PT_S64, .intsplit = CHANNEL_SPLIT, .id = "channel_max", - .name = N_("Maximum Channel Num"), + .name = N_("Maximal Channel Number"), .off = offsetof(access_entry_t, ae_chmax), }, {