diff --git a/src/input/mpegts/linuxdvb/linuxdvb_mux.c b/src/input/mpegts/linuxdvb/linuxdvb_mux.c index 817ba559..40ea6835 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_mux.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_mux.c @@ -252,7 +252,7 @@ const idclass_t linuxdvb_mux_dvbc_class = { .type = PT_U32, .id = "symbolrate", - .name = "Symbol Rate (S/s)", + .name = "Symbol Rate (Sym/s)", .opts = PO_WRONCE, .off = offsetof(linuxdvb_mux_t, lm_tuning.dmc_fe_params.u.qam.symbol_rate), }, @@ -336,7 +336,7 @@ const idclass_t linuxdvb_mux_dvbs_class = { .type = PT_U32, .id = "symbolrate", - .name = "Symbol Rate (S/s)", + .name = "Symbol Rate (Sym/s)", .opts = PO_WRONCE, .off = offsetof(linuxdvb_mux_t, lm_tuning.dmc_fe_params.u.qpsk.symbol_rate), },