Skip to content
Snippets Groups Projects
Commit d01e2b2b authored by Darshan Jain's avatar Darshan Jain :speech_balloon: Committed by Steve Lhomme
Browse files

qml: fix mismatching string in MusicArtist.qml

parent 515ed469
No related branches found
No related tags found
1 merge request!4841qml: fix mismatching string in MusicArtist.qml
Pipeline #433515 failed with stage
in 0 seconds
/*****************************************************************************
/*****************************************************************************
* Copyright (C) 2020 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
......@@ -474,7 +474,7 @@ FocusScope {
model: {
criteria: "duration",
text: I18n.qtr("Album"),
text: I18n.qtr("Duration"),
showSection: "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment