diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/loadtemplatedialog.ui | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sfx2/uiconfig/ui/loadtemplatedialog.ui b/sfx2/uiconfig/ui/loadtemplatedialog.ui index 2ff9f8cf22fe..fb08a626b01d 100644 --- a/sfx2/uiconfig/ui/loadtemplatedialog.ui +++ b/sfx2/uiconfig/ui/loadtemplatedialog.ui @@ -259,7 +259,7 @@ <property name="column_homogeneous">True</property> <child> <object class="GtkCheckButton" id="text"> - <property name="label" translatable="yes" context="loadtemplatedialog|text">Te_xt</property> + <property name="label" translatable="yes" context="loadtemplatedialog|text">_Paragraph and Character</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -299,7 +299,7 @@ </child> <child> <object class="GtkCheckButton" id="pages"> - <property name="label" translatable="yes" context="loadtemplatedialog|pages">_Pages</property> + <property name="label" translatable="yes" context="loadtemplatedialog|pages">Pa_ge</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -319,7 +319,7 @@ </child> <child> <object class="GtkCheckButton" id="numbering"> - <property name="label" translatable="yes" context="loadtemplatedialog|numbering">N_umbering</property> + <property name="label" translatable="yes" context="loadtemplatedialog|numbering">_List</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> @@ -328,7 +328,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="numbering-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="loadtemplatedialog|extended_tip|numbering">Loads the numbering styles from the selected document into the current document.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="loadtemplatedialog|extended_tip|numbering">Loads the list styles from the selected document into the current document.</property> </object> </child> </object> @@ -346,6 +346,7 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="tooltip_text" translatable="yes" context="loadtemplatedialog|overwrite">Overwrite styles with same name</property> <child internal-child="accessible"> <object class="AtkObject" id="overwrite-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="loadtemplatedialog|extended_tip|overwrite">Replaces styles in the current document that have the same name as the styles you are loading.</property> @@ -371,7 +372,7 @@ <object class="GtkLabel" id="alttitle"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes" context="loadtemplatedialog|alttitle">Load Styles</property> + <property name="label" translatable="yes" context="loadtemplatedialog|alttitle">Load Styles from Template</property> </object> <packing> <property name="left_attach">0</property> |