diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-08 14:21:20 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-02-11 23:31:44 +0000 |
commit | 6f15382790e2e758ef7328a62341b30c655aced1 (patch) | |
tree | 201dd1ee7c78db604aa5cb0b69dd1586db0e965e /sw/uiconfig/swriter/ui/optcaptionpage.ui | |
parent | d8b72d2d841d35f3dfdd38aa9adcedae7550279b (diff) |
tdf#152605 change "heading level" to "outline level" in UI
This patch addresses extended tips in the UI that refer to a heading
or chapter level, with the aim to remove this kind of terminology.
In many cases, tooltips are added, and extended tips are corrected.
Also, add "Outline" in front of "level" in the UI for Caption
Options and AutoCaption.
Change-Id: Idcf16892599913af31372b89d180251c86945d21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146622
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/optcaptionpage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/optcaptionpage.ui | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/optcaptionpage.ui b/sw/uiconfig/swriter/ui/optcaptionpage.ui index 0bc7de887e73..0ad93bc4d888 100644 --- a/sw/uiconfig/swriter/ui/optcaptionpage.ui +++ b/sw/uiconfig/swriter/ui/optcaptionpage.ui @@ -147,10 +147,11 @@ <property name="valign">center</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <property name="tooltip_text" translatable="yes" context="optcaptionpage|tooltip_text|separator">Enter optional text characters to appear after the caption category and number.</property> <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="separator-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|separator">Defines the character to be displayed after the number of the heading or chapter level.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|separator">Enter optional text characters to appear after the caption category and number.</property> </object> </child> </object> @@ -255,7 +256,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optcaptionpage|label4">Level:</property> + <property name="label" translatable="yes" context="optcaptionpage|label4">Outline level:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">level</property> <property name="xalign">0</property> @@ -287,9 +288,10 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="truncate-multiline">True</property> + <property name="tooltip_text" translatable="yes" context="captionoptions|tooltip_text|chapseparator">Defines the character to be displayed after the selected chapter number and before the caption number.</property> <child internal-child="accessible"> <object class="AtkObject" id="chapseparator-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|chapseparator">Defines the character to be displayed after the number of the heading or chapter level.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|chapseparator">Defines the character to be displayed after the selected chapter number and before the caption number.</property> </object> </child> </object> @@ -304,12 +306,13 @@ <property name="can_focus">False</property> <property name="valign">center</property> <property name="hexpand">True</property> + <property name="tooltip_text" translatable="yes" context="optcaptionpage|tooltip_text|level">Specify the maximum outline level of the immediately prior heading to prepend to the caption number.</property> <items> <item translatable="yes" context="optcaptionpage|level">None</item> </items> <child internal-child="accessible"> <object class="AtkObject" id="level-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|level">Specifies the headings or chapter levels where you want the numbering to start.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|level">Use this option to specify the outline level of the heading number that should be prepended to the caption number. The first immediately prior heading with an outline level no greater than the specified number here is used to supply the numbering that is prepended.</property> </object> </child> </object> |