gtkplacesview: Fix property for AdwStatusPage from label to description

a336c68b08 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".
This commit is contained in:
Corey Berla 2022-07-18 13:07:16 -07:00
parent 856803f9d6
commit c8afc94755

View file

@ -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>