about-page: Add missing mnemonics

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
Automeris naranja 2023-11-09 19:27:47 -03:00 committed by Felipe Borges
parent 1d5045a5b8
commit 99bf03a930

View file

@ -96,7 +96,8 @@
<child>
<object class="AdwActionRow">
<property name="activatable">True</property>
<property name="title" translatable="yes">System Details</property>
<property name="title" translatable="yes">System _Details</property>
<property name="use-underline">True</property>
<signal name="activated" handler="cc_about_page_open_system_details" swapped="yes"/>
<child type="suffix">
<object class="GtkImage">
@ -116,7 +117,8 @@
<child>
<object class="AdwActionRow">
<property name="activatable">True</property>
<property name="title" translatable="yes">Software Updates</property>
<property name="title" translatable="yes">Software _Updates</property>
<property name="use-underline">True</property>
<signal name="activated" handler="cc_about_page_open_software_update" swapped="yes"/>
<child type="suffix">
<object class="GtkImage">