Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: little label text corrections
  • Loading branch information
perexg committed Oct 2, 2015
1 parent 93f1b2b commit 796ac2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/access.c
Expand Up @@ -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),
},
{
Expand Down

0 comments on commit 796ac2d

Please sign in to comment.