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:
parent
b3fc842999
commit
3fa07eb97a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="label" translatable="yes">_Test</property>
|
||||
<property name="label" translatable="yes">_Test…</property>
|
||||
<property name="use-underline">True</property>
|
||||
<signal name="clicked" handler="test_output_configuration_button_clicked_cb" object="CcSoundPanel" swapped="yes"/>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue