summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto <albertohsande@gmail.com>2023-02-11 15:58:33 -0300
committerAutomeris naranja <104251-automerisnaranja@users.noreply.gitlab.gnome.org>2023-02-11 23:26:42 +0000
commit4329f03d8b32e1f2b9af4e8fcf33548a25f06ff9 (patch)
treeeb8d203df131a6a6c436f728d78c938e3d95315a
parent863224f7ff14f3d979355bbb0e2f210ba0a64529 (diff)
downloadgnome-font-viewer-4329f03d8b32e1f2b9af4e8fcf33548a25f06ff9.tar.gz
font-view-window: Add some mnemonics
-rw-r--r--src/font-view-window.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/font-view-window.ui b/src/font-view-window.ui
index 9c8a3e7..a8e05aa 100644
--- a/src/font-view-window.ui
+++ b/src/font-view-window.ui
@@ -184,13 +184,15 @@
</child>
<child type="end">
<object class="GtkButton" id="install_button">
- <property name="label" translatable="yes">Install</property>
+ <property name="label" translatable="yes">_Install</property>
+ <property name="use-underline">True</property>
<property name="action-name">win.install-font</property>
</object>
</child>
<child type="end">
<object class="GtkToggleButton" id="info_button">
- <property name="label" translatable="yes">Info</property>
+ <property name="label" translatable="yes">I_nfo</property>
+ <property name="use-underline">True</property>
</object>
</child>
</object>