zapit/frontend: small change in dvb name string

Origin commit data
------------------
Commit: b407dfdab1
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-19 (Thu, 19 Dec 2019)

Origin message was:
------------------
- zapit/frontend: small change in dvb name string
This commit is contained in:
vanhofen
2019-12-19 23:31:35 +01:00
parent fbe499249f
commit df4143075d

View File

@@ -966,7 +966,7 @@ void CFrontend::getDelSys(delivery_system_t delsys, int f, int m, const char *&f
case DTMB:
switch(delsys) {
case DVB_C:
sys = "DVB-C(Annex A)";
sys = "DVB-C (Annex A)";
break;
case DVB_T:
sys = "DVB-T";