diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-30 21:53:18 -0300 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-08-21 18:02:16 +0200 |
commit | c1eb680261107877bf2cea9339e89e23a0a29371 (patch) | |
tree | 0f8a3800f7bcaba42c815f80b33c0eeea2531dd3 /uui/uiconfig/ui/setmasterpassworddlg.ui | |
parent | f5c2c94fa7c896dc9a76c30d824cd1c3be725c65 (diff) |
tdf#118148 All extended tips for shared/optionen
Extended tips extracted from <ahelp> in all remaining
shared/optionen help pages
Change-Id: Id35ce9d51ebf0f7fbe1b399ccabbf85a2c145f6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99825
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'uui/uiconfig/ui/setmasterpassworddlg.ui')
-rw-r--r-- | uui/uiconfig/ui/setmasterpassworddlg.ui | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/uui/uiconfig/ui/setmasterpassworddlg.ui b/uui/uiconfig/ui/setmasterpassworddlg.ui index db743f3ea35c..e0352f1faa1a 100644 --- a/uui/uiconfig/ui/setmasterpassworddlg.ui +++ b/uui/uiconfig/ui/setmasterpassworddlg.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="uui"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="SetMasterPasswordDialog"> @@ -10,9 +10,6 @@ <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> - <child> - <placeholder/> - </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -119,6 +116,11 @@ <property name="can_focus">True</property> <property name="visibility">False</property> <property name="input_purpose">password</property> + <child internal-child="accessible"> + <object class="AtkObject" id="password1-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|password1">Enter the master password.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -148,6 +150,11 @@ <property name="visibility">False</property> <property name="activates_default">True</property> <property name="input_purpose">password</property> + <child internal-child="accessible"> + <object class="AtkObject" id="password2-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|password2">Enter the master password again.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -185,5 +192,8 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> </object> </interface> |