summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique F. Simões <hfsimoes@proton.me>2022-11-15 11:47:49 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-11-20 19:54:52 +0000
commit481dcbe5b68df00d11e9a954dddfc63129e90504 (patch)
treefe82bb31a7f301d401493a4235f2106c2ff215cb
parente6b3e72e7c85311915bb659b2806568c290a3bec (diff)
downloadgnome-calendar-481dcbe5b68df00d11e9a954dddfc63129e90504.tar.gz
calendar-button: Add mnemonic to calendar label
Mnemonics are useful for navigating through the interface more easily, besides improving the accessibility. Since the calendar button is an important button for using the application, it is interesting to have a mnemonic associated with its label. Using the letter C for this label seems reasoable, since there is no conflict with the labels simulteneously active in the application, and it is easy to remember.
-rw-r--r--src/gui/gcal-calendar-button.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gcal-calendar-button.ui b/src/gui/gcal-calendar-button.ui
index 4b05a769..fe1f1714 100644
--- a/src/gui/gcal-calendar-button.ui
+++ b/src/gui/gcal-calendar-button.ui
@@ -20,7 +20,8 @@
<object class="GtkBox">
<child>
<object class="GtkLabel">
- <property name="label" translatable="yes">Calendars</property>
+ <property name="label" translatable="yes">_Calendars</property>
+ <property name="use-underline">True</property>
</object>
</child>
<child>