From 14753a36d1d03b9bc0380c309c73a2397a312bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rblom?= Date: Tue, 9 Jul 2013 13:58:56 +0200 Subject: [PATCH] linuxtv: cosmetics --- src/input/mpegts/linuxdvb/linuxdvb_mux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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), },