diff options
Diffstat (limited to 'sfx2/uiconfig/ui/securityinfopage.ui')
-rw-r--r-- | sfx2/uiconfig/ui/securityinfopage.ui | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/securityinfopage.ui b/sfx2/uiconfig/ui/securityinfopage.ui index 241f13e1f60d..1034d05c9e5b 100644 --- a/sfx2/uiconfig/ui/securityinfopage.ui +++ b/sfx2/uiconfig/ui/securityinfopage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.36.0 --> <interface domain="sfx"> <requires lib="gtk+" version="3.18"/> <object class="GtkFrame" id="SecurityInfoPage"> @@ -29,6 +29,11 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="readonly-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|readonly">Select to allow this document to be opened in read-only mode only.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -44,6 +49,11 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="recordchanges-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|recordchanges">Select to enable recording changes. This is the same as Edit - Track Changes - Record.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -61,6 +71,11 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="protect-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|protect">Protects the change recording state with a password. If change recording is protected for the current document, the button is named Unprotect. Click Unprotect and type the correct password to disable the protection.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -75,6 +90,11 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="unprotect-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|unprotect">Protects the change recording state with a password. If change recording is protected for the current document, the button is named Unprotect. Click Unprotect and type the correct password to disable the protection.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -102,5 +122,10 @@ </attributes> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="SecurityInfoPage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|SecurityInfoPage">Sets password options for the current document.</property> + </object> + </child> </object> </interface> |