- locales: unify inetradio locales

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2023-04-12 20:12:20 +02:00
committed by Thilo Graf
parent 14dcdc36e3
commit b4bf491a46
8 changed files with 12 additions and 12 deletions

View File

@@ -427,7 +427,7 @@ bool CUserMenu::showUserMenu(neutrino_msg_t msg)
{
keyhelper.get(&key, &icon);
menu_item = new CMenuForwarder(LOCALE_INETRADIO_NAME, true, NULL, neutrino, "inetplayer", key, icon);
menu_item->setHint(NEUTRINO_ICON_HINT_INET_RADIO, LOCALE_MENU_HINT_INET_RADIO);
menu_item->setHint(NEUTRINO_ICON_HINT_INETRADIO, LOCALE_MENU_HINT_INETRADIO);
break;
}
case SNeutrinoSettings::ITEM_USER_MENU_29: