summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomeris naranja <automerisnaranja@tutanota.com>2023-04-12 18:35:20 -0300
committerAutomeris naranja <automerisnaranja@tutanota.com>2023-04-12 18:35:20 -0300
commit9b940c27ca43602d6a389753d5d51daef18eecd0 (patch)
tree1584931e7ec917c197fa06a8539998b516fcc5a7
parentfe5257bc9e9c59dc4d444abe7aef7ea3b82650e0 (diff)
downloadgnome-control-center-9b940c27ca43602d6a389753d5d51daef18eecd0.tar.gz
network: Use the "labelled-by" property to avoid repeating strings unnecessarily
-rw-r--r--panels/network/cc-network-panel.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/network/cc-network-panel.ui b/panels/network/cc-network-panel.ui
index 37c2031e5..41d286cb4 100644
--- a/panels/network/cc-network-panel.ui
+++ b/panels/network/cc-network-panel.ui
@@ -77,7 +77,7 @@
<object class="GtkListBox" id="box_bluetooth">
<property name="selection_mode">none</property>
<accessibility>
- <property name="label" translatable="yes">Other Devices</property>
+ <relation name="labelled-by">container_bluetooth</relation>
</accessibility>
<style>
<class name="boxed-list" />