diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-19 23:09:47 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-02-21 07:48:15 +0000 |
commit | 0fa6932e26ca197cb1134c1edf8e026536f87ec8 (patch) | |
tree | 5572d4b3c3d4c86da306a2350f56a3da98054b65 /sw/uiconfig/swriter/ui/optcaptionpage.ui | |
parent | 0bcce236059ae68c6dcc7bce8ceaec5d39c28f1c (diff) |
tdf#153243 change "Numbering by Chapter" and "Outline Level" labels
Changes are made both for Insert - Caption - Caption Options
and AutoCaption.
"Chapter" was incorrect, because the option uses the number
of the immediately prior heading. Now the label is
"Heading Number Prefix" (because the number is always
prepended to the caption number). Also, the label
"Outline Level" is renamed "Up to level" because its
function is to specify how many levels in the heading
number are displayed. There is a tooltip and extended tip
for "Up to level" that makes it clear that outline levels
are involved.
Change-Id: I1ca8c881c8ce07870efc226b075fc8ba7f27b7e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147280
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/optcaptionpage.ui b/sw/uiconfig/swriter/ui/optcaptionpage.ui index 0ad93bc4d888..b285d850b573 100644 --- a/sw/uiconfig/swriter/ui/optcaptionpage.ui +++ b/sw/uiconfig/swriter/ui/optcaptionpage.ui @@ -256,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">Outline level:</property> + <property name="label" translatable="yes" context="optcaptionpage|label4">Up to level:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">level</property> <property name="xalign">0</property> @@ -306,13 +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> + <property name="tooltip_text" translatable="yes" context="optcaptionpage|tooltip_text|level">Specify the number of outline levels of the immediately prior heading number to prepend to the caption number. If [None] is selected, then no heading number is prepended.</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">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> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|level">Specify the number of outline levels of the immediately prior heading number to prepend to the caption number. For example, select “2” to use the first two numbers in the heading. If [None] is selected, then no heading numbered is prepended.</property> </object> </child> </object> @@ -327,7 +327,7 @@ <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optcaptionpage|label11">Numbering by Chapter</property> + <property name="label" translatable="yes" context="optcaptionpage|label11">Heading Number Prefix</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |