- fix another typo around DATA_PIDS

This commit is contained in:
svenhoefer
2013-03-20 21:50:16 +01:00
committed by [CST] Focus
parent ea21a9a84f
commit 30a0fdafda
5 changed files with 6 additions and 6 deletions

View File

@@ -1518,7 +1518,7 @@ recordingmenu.apids Tonspuren
recordingmenu.apids_ac3 AC3 Tonspuren aufnehmen
recordingmenu.apids_alt Alternative Tonspuren aufn.
recordingmenu.apids_std Standard Tonspur aufnehmen
recordingmenu.datapdis Daten-Spuren
recordingmenu.data_pids Daten-Spuren
recordingmenu.defdir Aufnahmeverzeichnis
recordingmenu.dvbsub_pids Untertitel aufnehmen
recordingmenu.end_of_recording_epg EPG aktuelles Event

View File

@@ -1535,7 +1535,7 @@ recordingmenu.apids Audio streams
recordingmenu.apids_ac3 record AC3 streams
recordingmenu.apids_alt record alternative streams
recordingmenu.apids_std record standard stream
recordingmenu.datapdis Data streams
recordingmenu.data_pids Data streams
recordingmenu.defdir Recording directory
recordingmenu.dvbsub_pids record dvbsub stream
recordingmenu.end_of_recording_epg EPG act. Event

View File

@@ -232,7 +232,7 @@ int CRecordSetup::showRecordSetup()
//datasettings
CMenuWidget recordingaDataSettings(LOCALE_MAINSETTINGS_RECORDING, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_RECORDSETUP_DATASETTINGS);
showRecordDataSetup(&recordingaDataSettings);
mf = new CMenuForwarder(LOCALE_RECORDINGMENU_DATAPIDS, true, NULL, &recordingaDataSettings, NULL, CRCInput::RC_1);
mf = new CMenuForwarder(LOCALE_RECORDINGMENU_DATA_PIDS, true, NULL, &recordingaDataSettings, NULL, CRCInput::RC_1);
mf->setHint("", LOCALE_MENU_HINT_RECORD_DATA);
recordingSettings->addItem(mf);
@@ -309,7 +309,7 @@ void CRecordSetup::showRecordDataSetup(CMenuWidget *menu_datasettings)
doj1->setHint("", LOCALE_MENU_HINT_RECORD_DATA_VTXT);
doj2->setHint("", LOCALE_MENU_HINT_RECORD_DATA_DVBSUB);
menu_datasettings->addIntroItems(LOCALE_RECORDINGMENU_DATAPIDS);
menu_datasettings->addIntroItems(LOCALE_RECORDINGMENU_DATA_PIDS);
menu_datasettings->addItem(doj1);
menu_datasettings->addItem(doj2);
}

View File

@@ -1562,7 +1562,7 @@ typedef enum
LOCALE_RECORDINGMENU_APIDS_AC3,
LOCALE_RECORDINGMENU_APIDS_ALT,
LOCALE_RECORDINGMENU_APIDS_STD,
LOCALE_RECORDINGMENU_DATAPIDS,
LOCALE_RECORDINGMENU_DATA_PIDS,
LOCALE_RECORDINGMENU_DVBSUB_PIDS,
LOCALE_RECORDINGMENU_DEFDIR,
LOCALE_RECORDINGMENU_END_OF_RECORDING_EPG,

View File

@@ -1562,7 +1562,7 @@ const char * locale_real_names[] =
"recordingmenu.apids_ac3",
"recordingmenu.apids_alt",
"recordingmenu.apids_std",
"recordingmenu.datapdis",
"recordingmenu.data_pids",
"recordingmenu.dvbsub_pids",
"recordingmenu.defdir",
"recordingmenu.end_of_recording_epg",