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:
Automeris naranja 2023-09-20 15:50:27 -03:00 committed by Felipe Borges
parent 4cf2673534
commit 5dc07c9191

View file

@ -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>