diff --git a/mediaelements/playlist/Playlist.qml b/mediaelements/playlist/Playlist.qml --- a/mediaelements/playlist/Playlist.qml +++ b/mediaelements/playlist/Playlist.qml @@ -57,7 +57,7 @@ height: 30 anchors.verticalCenter: parent.verticalCenter clearButtonShown: true - placeholderText: i18n("Search Playlist") + placeholderText: i18nc("search for songs inside current playlist", "Search Playlist") focus: true Keys.onDownPressed: playlistList.focus = true; Keys.onUpPressed: multiplePlaylists.focus = true