- clearify headers for ausioplayer/internetradio setup

Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	data/locale/deutsch.locale
#	data/locale/english.locale
#	src/system/locals.h
#	src/system/locals_intern.h
This commit is contained in:
svenhoefer
2017-08-17 21:49:43 +02:00
committed by Thilo Graf
parent 92f124743f
commit fc71434a0c
6 changed files with 6 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
CMenuForwarder *mf;
CAudioPlayerSetup asetup;
mf = new CMenuForwarder(LOCALE_AUDIOPLAYER_NAME, true, NULL, &asetup, "", CRCInput::RC_red);
mf = new CMenuForwarder(LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME, true, NULL, &asetup, "", CRCInput::RC_red);
mf->setHint(NEUTRINO_ICON_HINT_APLAY, LOCALE_MENU_HINT_APLAY_SETUP);
mediaSetup->addItem(mf);