[gnome-control-center/wip/carlosg/generic-network-section] network: Rename section header



commit f35e8ae885cbecd62ae8895c31e38e462e51d3e3
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/cc-network-panel.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/cc-network-panel.ui b/panels/network/cc-network-panel.ui
index 14c70cde3..d37461779 100644
--- a/panels/network/cc-network-panel.ui
+++ b/panels/network/cc-network-panel.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]