]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
access: little label text corrections
authorJaroslav Kysela <perex@perex.cz>
Fri, 2 Oct 2015 13:54:56 +0000 (15:54 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 2 Oct 2015 13:54:56 +0000 (15:54 +0200)
src/access.c

index 621b7396e9f648904728d9152b0c78a1bdd364e0..caa39fc090e30a1610f849c374dce2f04f6672ed 100644 (file)
@@ -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),
     },
     {