From be28e10f6fd758b5f811900468b7d3791025485d Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Wed, 17 Feb 2021 15:32:20 +0100 Subject: tdf#139667 adjust Condition tab dialog for Text Body to "list" - This dialog referred to "Numbering", but better to refer to "List" because the level can also apply to bullets and graphics. - adjusted tooltip accordingly. Change-Id: I5256be054f44058f44711113a85f3053bfd4c755 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111041 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- sw/uiconfig/swriter/ui/conditionpage.ui | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sw/uiconfig/swriter/ui/conditionpage.ui b/sw/uiconfig/swriter/ui/conditionpage.ui index 5dacdebe1e26..fd825ab25dc6 100644 --- a/sw/uiconfig/swriter/ui/conditionpage.ui +++ b/sw/uiconfig/swriter/ui/conditionpage.ui @@ -96,7 +96,7 @@ - Here you can see the %PRODUCTNAME predefined contexts, including outline levels 1 to 10, numbering/bullets levels 1 to 10, table header, table contents, section, border, footnote, header and footer. + Here you can see the %PRODUCTNAME predefined contexts, including outline levels 1 to 10, list levels 1 to 10, table header, table contents, section, border, footnote, header and footer. @@ -240,16 +240,16 @@ 8th Outline Level 9th Outline Level 10th Outline Level - 1st Numbering Level - 2nd Numbering Level - 3rd Numbering Level - 4th Numbering Level - 5th Numbering Level - 6th Numbering Level - 7th Numbering Level - 8th Numbering Level - 9th Numbering Level - 10th Numbering Level + 1st List Level + 2nd List Level + 3rd List Level + 4th List Level + 5th List Level + 6th List Level + 7th List Level + 8th List Level + 9th List Level + 10th List Level -- cgit