apps: Remove ellipsis from the "Clear Cache" button label
Button labels with ellipsis indicate that extra user input is required to complete the action. However, the "Clear Cache" button from the Storage dialog doesn't require any extra user input. Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2627
This commit is contained in:
parent
4cf2673534
commit
5dc07c9191
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@
|
|||
<object class="AdwPreferencesGroup">
|
||||
<child>
|
||||
<object class="GtkButton" id="clear_cache_button">
|
||||
<property name="label" translatable="yes">_Clear Cache…</property>
|
||||
<property name="label" translatable="yes">_Clear Cache</property>
|
||||
<property name="use-underline">True</property>
|
||||
<signal name="clicked" handler="clear_cache_cb" object="CcApplicationsPanel" swapped="yes"/>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue