mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
2c08fe6201
commit
d6f3e339a1
1 changed files with 3 additions and 2 deletions
|
|
@ -274,8 +274,9 @@
|
|||
<property name="name">noshell</property>
|
||||
<property name="child">
|
||||
<object class="AdwStatusPage">
|
||||
<property name="title" translatable="yes">Something’s gone wrong</property>
|
||||
<property name="description" translatable="yes">We’re 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue