diff options
-rw-r--r-- | sfx2/uiconfig/ui/saveastemplatedlg.ui | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sfx2/uiconfig/ui/saveastemplatedlg.ui b/sfx2/uiconfig/ui/saveastemplatedlg.ui index d8ff31ce728b..d750bb1f821f 100644 --- a/sfx2/uiconfig/ui/saveastemplatedlg.ui +++ b/sfx2/uiconfig/ui/saveastemplatedlg.ui @@ -100,7 +100,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Enter Template Name</property> + <property name="label" translatable="yes">Template _Name</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">name_entry</property> <attributes> <attribute name="weight" value="normal"/> </attributes> @@ -140,7 +142,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Select Template Category</property> + <property name="label" translatable="yes">Template _Category</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">categorylb:border</property> <attributes> <attribute name="weight" value="normal"/> </attributes> @@ -177,10 +181,11 @@ </child> <child> <object class="GtkCheckButton" id="defaultcb"> - <property name="label" translatable="yes">Set as Default Template</property> + <property name="label" translatable="yes">_Set as default template</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> + <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> |