diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-11 14:54:20 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-12 13:13:21 +0200 |
commit | f821efb6e674e5ebddb8eecb1139b7e57cc48bfc (patch) | |
tree | b54f5cbe2ad840ccc383bfb56a5d4a5d08e4e407 /cui | |
parent | b050b7eeff089ead4dd121967cf323d683f171bc (diff) |
tdf#118148 Extended tips in editmodulesdialog.ui
Change-Id: I1dacc63149dbbf16668ed15635e466d3558f39d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98565
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/editmodulesdialog.ui | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/editmodulesdialog.ui b/cui/uiconfig/ui/editmodulesdialog.ui index b2fbcb8c205a..57fb52899a66 100644 --- a/cui/uiconfig/ui/editmodulesdialog.ui +++ b/cui/uiconfig/ui/editmodulesdialog.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"> @@ -36,9 +36,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> @@ -164,6 +161,11 @@ <attribute name="pixbuf">2</attribute> </attributes> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="language-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="language">Specifies the language of the module.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -198,6 +200,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="up-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="up">Increases the priority of the module selected in the list box by one level.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -212,6 +219,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="down-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="down">Decreases the priority of the module selected in the list box by one level.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -226,6 +238,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="back-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="back">Click here to undo the current changes in the list box.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -263,7 +280,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn1"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="alignment">0.5</property> + <property name="alignment">0,50000000000000000000</property> <child> <object class="GtkCellRendererToggle" id="cellrenderer5"/> <attributes> @@ -277,7 +294,7 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn2"> <property name="resizable">True</property> <property name="spacing">6</property> - <property name="alignment">0.5</property> + <property name="alignment">0,50000000000000000000</property> <child> <object class="GtkCellRendererText" id="cellrenderer4"/> <attributes> @@ -287,6 +304,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="lingudicts-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="lingudicts">Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module.</property> + </object> + </child> </object> </child> </object> @@ -328,5 +350,8 @@ <action-widget response="-7">close</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> </object> </interface> |