summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomeris naranja <automerisnaranja@tutanota.com>2023-03-30 13:23:49 -0300
committerFelipe Borges <felipeborges@gnome.org>2023-03-31 10:36:00 +0000
commit8f8b2a7ea87047e5618f7b178018e0bbed2824ce (patch)
treecf9375087948e31adc3c35721249e8e91b069ce3
parent17220027281ae209d579bf0ddae49601f9df8d15 (diff)
downloadgnome-control-center-8f8b2a7ea87047e5618f7b178018e0bbed2824ce.tar.gz
keyboard-shortcut-dialog: Add ellipsis to the "Add Shortcut" button label
Acc. HIG, "use an ellipsis (…) at the end of a label if further input or confirmation is required from the user". https://developer.gnome.org/hig/guidelines/writing-style.html?highlight=ellipsis
-rw-r--r--panels/keyboard/cc-keyboard-shortcut-dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/keyboard/cc-keyboard-shortcut-dialog.ui b/panels/keyboard/cc-keyboard-shortcut-dialog.ui
index 8f3ff5ff7..47734f565 100644
--- a/panels/keyboard/cc-keyboard-shortcut-dialog.ui
+++ b/panels/keyboard/cc-keyboard-shortcut-dialog.ui
@@ -140,7 +140,7 @@
<child>
<object class="GtkButton">
<property name="halign">center</property>
- <property name="label" translatable="yes">Add Shortcut</property>
+ <property name="label" translatable="yes">Add Shortcut…</property>
<signal name="clicked" handler="add_custom_shortcut_clicked_cb" swapped="yes"/>
<style>
<class name="suggested-action"/>