mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Rename 'Playlist Catalogue' to 'Playlists'
When the Playlist Catalogue first appeared in the main menu in 2011 (FS#11808), the 'Playlists' menu item was renamed to 'Playlist Catalogue' which seems more verbose than is necessary these days. Since we don't have a 'Playlist Catalogue' menu item in the onplay menu anymore, either, LANG_CATALOG can be eliminated. Change-Id: I7f38b0847e9b982506371f4a4b473d1fb2551ad0
This commit is contained in:
parent
272ce05396
commit
87344d180b
39 changed files with 45 additions and 47 deletions
|
@ -160,8 +160,8 @@ static int display_playlists(char* playlist, enum catbrowse_status_flags status)
|
|||
struct browse_context browse = {
|
||||
.dirfilter = SHOW_M3U,
|
||||
.flags = BROWSE_SELECTONLY | (view ? 0 : BROWSE_NO_CONTEXT_MENU),
|
||||
.title = str(LANG_CATALOG),
|
||||
.icon = Icon_NOICON,
|
||||
.title = str(LANG_PLAYLISTS),
|
||||
.icon = Icon_Playlist,
|
||||
.root = selected_playlist,
|
||||
.selected = &most_recent_playlist[playlist_dir_length + 1],
|
||||
.buf = selected_playlist,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue