summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-07-18 13:07:16 -0700
committerCorey Berla <corey@berla.me>2022-07-18 13:07:16 -0700
commitc8afc94755f21c3fb77f3dd5392cf2dd0f5fa7b2 (patch)
treece700a71e79b337d01643988db22094262087e50
parent856803f9d64cea12968c6272bbb79b3f61d67b59 (diff)
downloadnautilus-c8afc94755f21c3fb77f3dd5392cf2dd0f5fa7b2.tar.gz
gtkplacesview: Fix property for AdwStatusPage from label to description
a336c68b0884243fdaedd954d04553316b614275 broke the ability to load Places. There's an incorrect property on the AdwStatusPage "label" which presumably should be "description". Likely this label property persisted from when it previously was a GtkLabel. Change "label" to "description".
-rw-r--r--src/gtk/nautilusgtkplacesview.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk/nautilusgtkplacesview.ui b/src/gtk/nautilusgtkplacesview.ui
index d5063bdf6..d7976208d 100644
--- a/src/gtk/nautilusgtkplacesview.ui
+++ b/src/gtk/nautilusgtkplacesview.ui
@@ -187,7 +187,7 @@
<object class="AdwStatusPage">
<property name="icon-name">edit-find-symbolic</property>
<property name="title" translatable="yes">No Results Found</property>
- <property name="label" translatable="yes">Try a different search.</property>
+ <property name="description" translatable="yes">Try a different search.</property>
</object>
</property>
</object>