scan-setup: cosmetics

Origin commit data
------------------
Branch: ni/coolstream
Commit: 08a8b056c7
Author: TangoCash <eric@loxat.de>
Date: 2020-05-29 (Fri, 29 May 2020)

Origin message was:
------------------
- scan-setup: cosmetics

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2020-05-29 00:44:16 +02:00
committed by vanhofen
parent 073ccfc6c9
commit 80b0b38ace

View File

@@ -1218,7 +1218,10 @@ int CScanSetup::showScanMenuLnbSetup()
addScanMenuTempSat(tempsat, sit->second);
char opt[100];
sprintf(opt, "diseqc %2d / rotor %2d", sit->second.diseqc+1, sit->second.motor_position);
if ((fe->getDiseqcType() == DISEQC_UNICABLE ) || (fe->getDiseqcType() == DISEQC_UNICABLE2 ))
sprintf(opt, "%s %2d", g_Locale->getText(LOCALE_UNICABLE_LNB), sit->second.diseqc);
else
sprintf(opt, "diseqc %2d / rotor %2d", sit->second.diseqc+1, sit->second.motor_position);
satoptions.push_back(opt);
CMenuForwarder * mf = new CMenuForwarder(satname.c_str(), true, satoptions[count].c_str(), tempsat);
mf->setHint("", LOCALE_MENU_HINT_SCAN_LNBCONFIG);