Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update linuxdvb_satconf.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 816c2b0 commit fd47fa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -251,22 +251,22 @@ const idclass_t linuxdvb_satconf_class =
{
.type = PT_BOOL,
.id = "switch_rotor",
.name = N_("Switch then rotor"),
.name = N_("Switch before rotor"),
.off = offsetof(linuxdvb_satconf_t, ls_switch_rotor),
.opts = PO_ADVANCED,
},
{
.type = PT_U32,
.id = "max_rotor_move",
.name = N_("Init rotor time (seconds)"),
.name = N_("Rotor initialization time (seconds)"),
.off = offsetof(linuxdvb_satconf_t, ls_max_rotor_move),
.opts = PO_ADVANCED,
.def.u32 = 120
},
{
.type = PT_U32,
.id = "min_rotor_move",
.name = N_("Min rotor time (seconds)"),
.name = N_("Minimum rotor time (seconds)"),
.off = offsetof(linuxdvb_satconf_t, ls_min_rotor_move),
.opts = PO_ADVANCED,
},
Expand All @@ -287,15 +287,15 @@ const idclass_t linuxdvb_satconf_class =
{
.type = PT_BOOL,
.id = "site_lat_south",
.name = N_("Latitude direction south"),
.name = N_("Southern hemisphere (latitude direction)"),
.off = offsetof(linuxdvb_satconf_t, ls_site_lat_south),
.opts = PO_ADVANCED,
.def.i = 0
},
{
.type = PT_BOOL,
.id = "site_lon_west",
.name = N_("Longtitude direction west"),
.name = N_("Western hemisphere (latitude direction)"),
.off = offsetof(linuxdvb_satconf_t, ls_site_lon_west),
.opts = PO_ADVANCED,
.def.i = 0
Expand All @@ -311,7 +311,7 @@ const idclass_t linuxdvb_satconf_class =
{
.type = PT_U32,
.id = "motor_rate",
.name = N_("Motor rate (millis/deg)"),
.name = N_("Motor rate (millisecond/deg)"),
.off = offsetof(linuxdvb_satconf_t, ls_motor_rate),
},
{}
Expand Down

0 comments on commit fd47fa3

Please sign in to comment.