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



commit 0a97e858e344a7b8079bb4eb98cf39f69a1ce7c0
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 e4e75d51c..fd9864fde 100644
--- a/panels/network/cc-network-panel.ui
+++ b/panels/network/cc-network-panel.ui
@@ -88,7 +88,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>
@@ -99,7 +99,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]