mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 13:21:13 +00:00
Fixed the album overlay's title string.
This commit is contained in:
parent
e6d296334c
commit
68b2d5c1d1
@ -364,7 +364,7 @@ void PlayQueueOverlays::ShowAlbumDividerOverlay(
|
||||
std::shared_ptr<ListOverlay> dialog(new ListOverlay());
|
||||
|
||||
dialog->SetAdapter(adapter)
|
||||
.SetTitle(_TSTR("playqueue_overlay_album_header"))
|
||||
.SetTitle(_TSTR("playqueue_overlay_album_header_actions_title"))
|
||||
.SetWidth(_DIMEN("playqueue_album_header_overlay", DEFAULT_OVERLAY_WIDTH))
|
||||
.SetSelectedIndex(0)
|
||||
.SetItemSelectedCallback(
|
||||
|
Loading…
x
Reference in New Issue
Block a user