[vlc-commits] [Git][videolan/vlc][master] qml/MediaGroupList: Fix group label
    Hugo Beauzée-Luyssen 
    gitlab at videolan.org
       
    Fri May  7 14:30:45 UTC 2021
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
7bcc8a17 by Benjamin Arnaud at 2021-05-07T13:55:40+00:00
qml/MediaGroupList: Fix group label
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MediaGroupList.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MediaGroupList.qml
=====================================
@@ -279,7 +279,7 @@ Widgets.NavigableFocusScope {
                 title: (model.name) ? model.name
                                     : i18n.qtr("Unknown title")
 
-                labels: _getLabels(model, i18n.qtr("%1 Medias"))
+                labels: _getLabels(model, i18n.qtr("%1 Videos"))
 
                 // NOTE: We don't want to show the indicator for a group..
                 showNewIndicator: (model.count === 1)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7bcc8a1782bd12f6c0b78cd20572b6db9e767bab
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7bcc8a1782bd12f6c0b78cd20572b6db9e767bab
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list