extensions-app: Improve "noshell" status page

When running Extensions outside GNOME, a status page appears
informing that the extensions can't be listed. However, the
status page has some UI issues:

- It doesn't have an icon
- Doesn't use header capitalization
- Using "sorry" in the description is an uncommon phrasing tone
that isn't used in other GNOME apps
- "Something's gone wrong" is a vague explanation

Fix all of the issues above.
This commit is contained in:
Automeris naranja 2024-04-17 12:18:50 -03:00
parent 2c08fe6201
commit d6f3e339a1

View file

@ -274,8 +274,9 @@
<property name="name">noshell</property>
<property name="child">
<object class="AdwStatusPage">
<property name="title" translatable="yes">Somethings gone wrong</property>
<property name="description" translatable="yes">Were very sorry, but it was not possible to get the list of installed extensions. Make sure you are logged into GNOME and try again.</property>
<property name="icon-name">dialog-error-symbolic</property>
<property name="title" translatable="yes">Unable to List Extensions</property>
<property name="description" translatable="yes">Make sure you are logged into GNOME and try again</property>
</object>
</property>
</object>