]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: Make advanced sat config hint more generic. 421/head
authorbluzee <blu_zee@softhome.net>
Tue, 10 Jun 2014 13:46:37 +0000 (07:46 -0600)
committerbluzee <blu_zee@softhome.net>
Tue, 10 Jun 2014 13:46:37 +0000 (07:46 -0600)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index 85ebb8f7bfa611f638391a6ce7e715f3eff06b05..84f77255559465a96fcf594cfa7da2f2569fb9d7 100644 (file)
@@ -517,7 +517,7 @@ static struct linuxdvb_satconf_type linuxdvb_satconf_types[] = {
   },
   {
     .type  = "advanced",
-    .name  = "Advanced (C Band Ku Band etc.)",
+    .name  = "Advanced (Non-Universal LNBs, Rotors, etc.)",
     .idc   = &linuxdvb_satconf_advanced_class,
     .ports = 0, 
   },