diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-02-17 00:01:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-17 12:09:53 +0000 |
commit | a07de1a335f1a25f13c992c937d21c2f16fba496 (patch) | |
tree | 328666a7cf7f53f612a931136fcfa0f7da2543d8 /sw | |
parent | 9fe3b3b09002188be4691e11eaa36113be0d80c1 (diff) |
tdf#153549 update extended tips in Chapter Numbering dialog
Change-Id: Ic5d13c6f7e000f5b568e3efa175bdf19935a0a0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147126
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/outlinenumbering.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/outlinenumberingpage.ui | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui b/sw/uiconfig/swriter/ui/outlinenumbering.ui index 82689e1813e1..99df7dcaaeef 100644 --- a/sw/uiconfig/swriter/ui/outlinenumbering.ui +++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui @@ -331,7 +331,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="OutlineNumberingDialog-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|OutlineNumberingDialog">Specifies the numbering scheme and the hierarchy for chapter numbering in the current document.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumbering|extended_tip|OutlineNumberingDialog">Use this dialog to specify the numbering scheme for headings in the current document. For each outline level, you can assign a paragraph style and a numbering scheme. Use “1-10” to apply the same setting for all outline levels.</property> </object> </child> </object> diff --git a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui index 80f6ee298c67..68af7bf1383d 100644 --- a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui +++ b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui @@ -67,7 +67,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="level-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|level">Click the chapter and outline level that you want to modify, and then specify the numbering options for the level.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|level">Click the outline level that you want to modify, then specify the numbering options for that level. Use “1-10” to apply the same setting for all outline levels.</property> </object> </child> </object> @@ -182,7 +182,7 @@ <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="style-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|style">Select the paragraph style that you want to assign to the selected chapter and outline level.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|style">Select the paragraph style to assign to the selected outline level.</property> </object> </child> </object> @@ -277,7 +277,7 @@ <property name="value">1</property> <child internal-child="accessible"> <object class="AtkObject" id="sublevelsnf-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|sublevelsnf">Select the number of outline levels to include in the chapter numbering. For example, select "3" to display three levels of chapter numbering: 1.1.1</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|sublevelsnf">Select the number of outline levels to display in the heading number, where 1 starts at the current level, and increasing the value shows additional previous levels. For example, select “3” to display the current level and the two previous levels in the heading number.</property> </object> </child> </object> @@ -310,7 +310,7 @@ <property name="adjustment">adjustment1</property> <child internal-child="accessible"> <object class="AtkObject" id="startat-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|startat">Enter the number that you want to restart the chapter numbering at.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|startat">Enter the number at which to start the numbering for the selected outline level.</property> </object> </child> </object> @@ -361,7 +361,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="prefix-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|prefix">Enter the text that you want to display before the chapter number.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|prefix">Enter the text that you want to display before the heading number.</property> </object> </child> </object> @@ -379,7 +379,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="suffix-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|suffix">Enter the text that you want to display after the chapter number.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="outlinenumberingpage|extended_tip|suffix">Enter the text that you want to display after the heading number.</property> </object> </child> </object> |