Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb rotor: improve satellite longtitude description
  • Loading branch information
perexg committed Oct 31, 2018
1 parent 981ba48 commit 12fac48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/linuxdvb/linuxdvb_rotor.c
Expand Up @@ -131,7 +131,7 @@ const idclass_t linuxdvb_rotor_gotox_class =
.type = PT_DBL,
.id = "sat_lon",
.name = N_("Satellite longitude"),
.desc = N_("Satellite longitude."),
.desc = N_("Satellite longitude (like 9.0 (east) or -33.0 (west))."),
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},
{}
Expand All @@ -148,7 +148,7 @@ const idclass_t linuxdvb_rotor_usals_class =
.type = PT_DBL,
.id = "sat_lon",
.name = N_("Satellite longitude"),
.desc = N_("Satellite longitude."),
.desc = N_("Satellite longitude (like 9.0 (east) or -33.0 (west))."),
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},

Expand Down

0 comments on commit 12fac48

Please sign in to comment.