summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunflowerskater <sunflowerskater@tutanota.com>2023-02-11 22:40:49 -0300
committerAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-11 22:42:38 -0300
commit00a9dbb9134931f3fe824750ab4c781b11c2ee3f (patch)
tree61670846fd583fb80fe16a188e919d3340c30121
parent5a263a75212cb5315e19838263d8f8fe9f27db20 (diff)
downloadbaobab-00a9dbb9134931f3fe824750ab4c781b11c2ee3f.tar.gz
location-list: Rename "This Computer" to "This Device"
The location list uses "This Computer" as a header. However, this term: - Doesn't apply to other device form factors - It's inconsistent with the window title, which is "Devices & Locations"
-rw-r--r--data/ui/baobab-location-list.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/baobab-location-list.ui b/data/ui/baobab-location-list.ui
index 8669c67..577e886 100644
--- a/data/ui/baobab-location-list.ui
+++ b/data/ui/baobab-location-list.ui
@@ -15,7 +15,7 @@
<child>
<object class="GtkLabel" id="local_label">
<property name="halign">start</property>
- <property name="label" translatable="yes">This Computer</property>
+ <property name="label" translatable="yes">This Device</property>
<style>
<class name="heading"/>
</style>