diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-31 00:22:32 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-10 21:29:03 +0100 |
commit | 3f8347d466ac8803b1a019491907e73e4aa63e38 (patch) | |
tree | dad5eaf4db199f04da597a5929d9daa6e9dfba0f /cui | |
parent | aeaf67b724fbcd53ba33e26c57f046d21178895e (diff) |
tdf#139667 modify tooltips that include "numbering style"
This patch is part of a general effort to eliminate the use
of the phrase "numbering style" in the UI. Most of the changes
here are to use "numbering scheme" instead of "numbering style"
And explicit mention of "character style" instead of "formatting"
Change-Id: Ie3ca434133a1d04f074b68d16bd9394c1e05516a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110149
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 6 | ||||
-rw-r--r-- | cui/uiconfig/ui/picknumberingpage.ui | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index 0f6950cc0abd..a5c7eb4b8ad1 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -199,7 +199,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="sublevels-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|sublevels">Enter the number of previous levels to include in the numbering style. For example, if you enter "2" and the previous level uses the "A, B, C..." numbering style, the numbering scheme for the current level becomes: "A.1".</property> + <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|sublevels">Enter the number of previous levels to include in the numbering scheme. For example, if you enter "2" and the previous level uses the "A, B, C..." numbering, the numbering scheme for the current level becomes: "A.1".</property> </object> </child> </object> @@ -246,7 +246,7 @@ <property name="can_focus">False</property> <child internal-child="accessible"> <object class="AtkObject" id="numfmtlb-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|numfmtlb">Select a numbering style for the selected levels.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|numfmtlb">Select a numbering scheme for the selected levels.</property> </object> </child> </object> @@ -432,7 +432,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="color-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|color">Select a color for the current numbering style.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|color">Select a color for the current numbering scheme.</property> </object> </child> </object> diff --git a/cui/uiconfig/ui/picknumberingpage.ui b/cui/uiconfig/ui/picknumberingpage.ui index ac533a043f65..ef410711a56a 100644 --- a/cui/uiconfig/ui/picknumberingpage.ui +++ b/cui/uiconfig/ui/picknumberingpage.ui @@ -34,7 +34,7 @@ <property name="vexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="valueset-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|valueset">Click the numbering style that you want to use.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|valueset">Click the numbering scheme that you want to use.</property> </object> </child> </object> @@ -55,7 +55,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="PickNumberingPage-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|PickNumberingPage">Displays the different numbering styles that you can apply.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="picknumberingpage|extended_tip|PickNumberingPage">Displays the different numbering schemes that you can apply.</property> </object> </child> </object> |