[vlc-devel] [PATCH 02/12] qml: use Subtitle label for headers in NetworkHomeDisplay

Prince Gupta guptaprince8832 at gmail.com
Mon Aug 24 17:08:19 CEST 2020


---
 modules/gui/qt/network/qml/NetworkHomeDisplay.qml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
index 4218ee249b..8df8baefb3 100644
--- a/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
+++ b/modules/gui/qt/network/qml/NetworkHomeDisplay.qml
@@ -67,9 +67,9 @@ Widgets.NavigableFocusScope {
 
             spacing: VLCStyle.margin_normal
 
-            Widgets.LabelSeparator {
+            Widgets.SubtitleLabel {
                 id: deviceLabel
-                text: i18n.qtr("Devices")
+                text: i18n.qtr("My Machine")
                 width: flickable.width
                 visible: deviceSection.model.count !== 0
             }
@@ -92,9 +92,9 @@ Widgets.NavigableFocusScope {
                 }
             }
 
-            Widgets.LabelSeparator {
+            Widgets.SubtitleLabel {
                 id: lanLabel
-                text: i18n.qtr("LAN")
+                text: i18n.qtr("My LAN")
                 width: flickable.width
                 visible: lanSection.model.count !== 0
             }
-- 
2.25.1



More information about the vlc-devel mailing list