diff options
Diffstat (limited to 'svx/uiconfig/ui/zoommenu.ui')
-rw-r--r-- | svx/uiconfig/ui/zoommenu.ui | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/zoommenu.ui b/svx/uiconfig/ui/zoommenu.ui index 96e041284934..1932648b6306 100644 --- a/svx/uiconfig/ui/zoommenu.ui +++ b/svx/uiconfig/ui/zoommenu.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.36.0 --> <interface domain="svx"> <requires lib="gtk+" version="3.18"/> <object class="GtkMenu" id="menu"> @@ -11,6 +11,11 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="zoommenu|page">Entire Page</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="page-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="zoommenu|extended_tip|page">Displays the entire page on your screen.</property> + </object> + </child> </object> </child> <child> @@ -19,6 +24,11 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="zoommenu|width">Page Width</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="width-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="zoommenu|extended_tip|width">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</property> + </object> + </child> </object> </child> <child> @@ -27,6 +37,11 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="zoommenu|optimal">Optimal View</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="optimal-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="zoommenu|extended_tip|optimal">Resizes the display to fit the width of the text in the document at the moment the command is started.</property> + </object> + </child> </object> </child> <child> @@ -51,6 +66,11 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="zoommenu|100">100%</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="100-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="zoommenu|extended_tip|100">Displays the document at its actual size.</property> + </object> + </child> </object> </child> <child> |