[vlc-commits] [Git][videolan/vlc][master] qml: fix mismatching string in MusicArtist.qml

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Feb 2 15:35:47 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d01e2b2b by Darshan Jain at 2024-02-02T15:35:39+00:00
qml: fix mismatching string in MusicArtist.qml

- - - - -


1 changed file:

- modules/gui/qt/medialibrary/qml/MusicArtist.qml


Changes:

=====================================
modules/gui/qt/medialibrary/qml/MusicArtist.qml
=====================================
@@ -1,4 +1,4 @@
-/*****************************************************************************
+/*****************************************************************************
  * 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: "",
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d01e2b2b66669467d57cccde8116d69efb79f834

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d01e2b2b66669467d57cccde8116d69efb79f834
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list