mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
* Menu hints: Update loclale
- english.locale sorted - deutsch.locale sorted and translated some new entries (THX Tomworld) - locals.h/locals_intern.h rebuild - Corrected typo in the locale/source
This commit is contained in:
@@ -131,7 +131,7 @@ int CAudioSetup::showAudioSetup()
|
||||
|
||||
//dd subchannel auto on/off
|
||||
CMenuOptionChooser * as_oj_ddsubchn = new CMenuOptionChooser(LOCALE_AUDIOMENU_DOLBYDIGITAL, &g_settings.audio_DolbyDigital, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, audioSetupNotifier);
|
||||
as_oj_ddsubchn->setHint("", LOCALE_MENU_HINT_AUDIO_DOLBYDIGITAL);
|
||||
as_oj_ddsubchn->setHint("", LOCALE_MENU_HINT_AUDIO_DD);
|
||||
|
||||
//dd via hdmi
|
||||
CMenuOptionChooser * as_oj_dd_hdmi = new CMenuOptionChooser(LOCALE_AUDIOMENU_HDMI_DD, &g_settings.hdmi_dd, AUDIOMENU_HDMI_DD_OPTIONS, AUDIOMENU_HDMI_DD_OPTION_COUNT, true, audioSetupNotifier);
|
||||
|
Reference in New Issue
Block a user