summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>