diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-10 13:33:39 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-10 20:56:55 +0200 |
commit | e7026e72a2b24d9ccdc3d4693b2b1656e22526cb (patch) | |
tree | 6eac1e9371f876d806b22f2c2ada2e135753dc88 | |
parent | 5760c94b8847164f9a7a181f031c7c86643944af (diff) |
Add Extended Tips in optpathspage.ui
Change-Id: I7b1cdb981f29b773bc4f0db61d180d0f1fdc4642
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98539
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | cui/uiconfig/ui/optpathspage.ui | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optpathspage.ui b/cui/uiconfig/ui/optpathspage.ui index 79e33ae7c670..87ebe6b72b10 100644 --- a/cui/uiconfig/ui/optpathspage.ui +++ b/cui/uiconfig/ui/optpathspage.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="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -125,6 +125,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="paths-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="paths">To modify an entry in this list, click the entry and click <b>Edit</b>. You can also double click the entry.</property> + </object> + </child> </object> </child> </object> @@ -168,6 +173,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="default-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="default">The<b> Default </b>button resets the predefined paths for all selected entries.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -182,6 +192,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="edit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="edit">Click to display the <b>Select Path</b> or <b>Edit Paths</b> dialog.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -196,5 +211,10 @@ <property name="position">1</property> </packing> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="OptPathsPage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="OptPathsPage">This section contains the default paths to important folders in $[officename]. These paths can be edited by the user.</property> + </object> + </child> </object> </interface> |