diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-19 02:27:54 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-23 09:05:30 +0100 |
commit | dff09e9021171c7a14bc751d17e27ceb211239cc (patch) | |
tree | 4cc65497a87cf2391dc693aa832574b9143dffd0 /cui | |
parent | aaf7fe0326b3be088a5440525363317fb3d0f158 (diff) |
tdf#139667 final set of tooltip adjustments about lists and numbering
cui/uiconfig/ui/numberingoptionspage.ui "Customize" tab
one modification about numbering style.
sw/uiconfig/swriter/ui/numberingnamedialog.ui "dialog for Save As"
extended tooltips for the entry window and list window,
loaded automatically from help page, were inappropiate.
modified each to be appropriate and added tooltips.
sw/uiconfig/swriter/ui/tocentriespage.ui
"formatting style" -> "character style"
extended tooltips could be improved, but maybe the
entire dialog will be reworked (see tdf#137160), so
nothing more for now.
Change-Id: I21185e8fb8596e60f2e54a42456a8f262f2c31c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111173
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index a5c7eb4b8ad1..adb0ea9cc662 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -512,7 +512,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="numberingoptionspage|extended_tip|suffix">Enter a character or the text to display behind the number in the list. If you want to create a numbered list that uses the style "1.)", enter ".)" in this box.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="numberingoptionspage|extended_tip|suffix">Enter a character or the text to display behind the number in the list. To create the numbering scheme "1.)", enter ".)" in this box.</property> </object> </child> </object> |