[gnome-control-center/rhel/8.4.0: 28/32] network: Rename section header




commit 751cd4f8a0a9b88399a8d4392d374be6f1051e1e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Apr 23 19:29:41 2019 +0200

    network: Rename section header
    
    The "Bluetooth" section is actually a catchall section for all
    device types we don't know much specifically (Includes, but not
    limited to Bluetooth).
    
    Rename/relabel it to something more comprehensive.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/488

 panels/network/network.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/network.ui b/panels/network/network.ui
index 14c70cde3..189febf24 100644
--- a/panels/network/network.ui
+++ b/panels/network/network.ui
@@ -87,7 +87,7 @@
                             <property name="orientation">vertical</property>
                             <property name="spacing">12</property>
 
-                            <!-- Bluetooth header -->
+                            <!-- "Other Devices" header -->
                             <child>
                               <object class="GtkBox">
                                 <property name="visible">True</property>
@@ -98,7 +98,7 @@
                                     <property name="can_focus">False</property>
                                     <property name="hexpand">True</property>
                                     <property name="xalign">0.0</property>
-                                    <property name="label" translatable="yes">Bluetooth</property>
+                                    <property name="label" translatable="yes">Other Devices</property>
                                     <attributes>
                                       <attribute name="weight" value="bold" />
                                     </attributes>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]