sound: Add ellipsis to the Test button

"Use an ellipsis (…) at the end of a label if further
input or confirmation is required from the user before
the action can be carried out".

https://developer.gnome.org/hig/guidelines/writing-style.html

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2053>
This commit is contained in:
Automeris naranja 2023-11-21 19:40:53 -03:00 committed by Marge Bot
parent b3fc842999
commit 3fa07eb97a

View file

@ -56,7 +56,7 @@
</child> </child>
<child> <child>
<object class="GtkButton"> <object class="GtkButton">
<property name="label" translatable="yes">_Test</property> <property name="label" translatable="yes">_Test</property>
<property name="use-underline">True</property> <property name="use-underline">True</property>
<signal name="clicked" handler="test_output_configuration_button_clicked_cb" object="CcSoundPanel" swapped="yes"/> <signal name="clicked" handler="test_output_configuration_button_clicked_cb" object="CcSoundPanel" swapped="yes"/>
</object> </object>