mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-window: Minor UI tweaks to the "No Results Found" page
In many GNOME apps, the "No Results Found" status page use edit-find-symbolic as the icon, so use it in Extensions too to keep consistency. Also, remove the period from the status page description, as per HIG writing style guidelines[1]. [1] https://developer.gnome.org/hig/guidelines/writing-style.html#periods Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3270>
This commit is contained in:
parent
794acd65a8
commit
7b8ed9d28b
1 changed files with 2 additions and 2 deletions
|
|
@ -248,9 +248,9 @@
|
|||
<property name="name">noresults</property>
|
||||
<property name="child">
|
||||
<object class="AdwStatusPage">
|
||||
<property name="icon-name">org.gnome.Extensions-symbolic</property>
|
||||
<property name="icon-name">edit-find-symbolic</property>
|
||||
<property name="title" translatable="yes">No Results Found</property>
|
||||
<property name="description" translatable="yes">Try a different search.</property>
|
||||
<property name="description" translatable="yes">Try a different search</property>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue