apps: Tweak the "Other Media" row design from the Removable Media subpage
The "Other Media" row from the Removable Media subpage has some problems: - The row label has ellipsis, but the "Configure action" button label should have ellipsis instead, because the later triggers further input from the user to complete the action[1] - "Configure action" label doesn't use header capitalization This change addresses the two issues above. [1] https://developer.gnome.org/hig/guidelines/writing-style.html?highlight=ellipsis
This commit is contained in:
parent
058c9b3d6f
commit
4cf2673534
1 changed files with 2 additions and 2 deletions
|
@ -79,11 +79,11 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="AdwActionRow" id="other_media_row">
|
||||
<property name="title" translatable="yes">_Other Media…</property>
|
||||
<property name="title" translatable="yes">_Other Media</property>
|
||||
<property name="use_underline">True</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="extra_options_button">
|
||||
<property name="label" translatable="yes">_Configure action</property>
|
||||
<property name="label" translatable="yes">_Configure Action…</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue