From 3f8347d466ac8803b1a019491907e73e4aa63e38 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Sun, 31 Jan 2021 00:22:32 +0100 Subject: 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 --- sw/uiconfig/swriter/ui/footnotepage.ui | 2 +- sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui | 4 ++-- sw/uiconfig/swriter/ui/linenumbering.ui | 4 ++-- sw/uiconfig/swriter/ui/outlinenumbering.ui | 6 +++--- sw/uiconfig/swriter/ui/outlinenumberingpage.ui | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'sw/uiconfig') diff --git a/sw/uiconfig/swriter/ui/footnotepage.ui b/sw/uiconfig/swriter/ui/footnotepage.ui index 5807bc379247..83fc725cebc6 100644 --- a/sw/uiconfig/swriter/ui/footnotepage.ui +++ b/sw/uiconfig/swriter/ui/footnotepage.ui @@ -227,7 +227,7 @@ False - Select the numbering style that you want to use. + Select the numbering scheme that you want to use. diff --git a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui index 8aad67dc02a0..cff3b37f48af 100644 --- a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui +++ b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui @@ -176,7 +176,7 @@ False - Select the numbering style for the footnotes. + Select the numbering scheme for the footnotes. @@ -451,7 +451,7 @@ False - Select the numbering style for the endnotes. + Select the numbering scheme for the endnotes. diff --git a/sw/uiconfig/swriter/ui/linenumbering.ui b/sw/uiconfig/swriter/ui/linenumbering.ui index aee4fe6a2b16..16493f8f44bd 100644 --- a/sw/uiconfig/swriter/ui/linenumbering.ui +++ b/sw/uiconfig/swriter/ui/linenumbering.ui @@ -214,7 +214,7 @@ False - Select the formatting style that you want to use for the line numbers. + Select the character style that you want to use for the line numbers. @@ -230,7 +230,7 @@ False - Select the numbering style that you want to use. + Select the numbering scheme that you want to use. diff --git a/sw/uiconfig/swriter/ui/outlinenumbering.ui b/sw/uiconfig/swriter/ui/outlinenumbering.ui index 0977925a96fe..82689e1813e1 100644 --- a/sw/uiconfig/swriter/ui/outlinenumbering.ui +++ b/sw/uiconfig/swriter/ui/outlinenumbering.ui @@ -13,7 +13,7 @@ True - Select the predefined numbering style that you want to assign to the selected outline level. + Select the predefined numbering scheme that you want to assign to the selected outline level. @@ -103,7 +103,7 @@ - Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to. + Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to. @@ -331,7 +331,7 @@ - Specifies the number format and the hierarchy for chapter numbering in the current document. + Specifies the numbering scheme and the hierarchy for chapter numbering in the current document. diff --git a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui index 5b797512520d..866b32f3f3d9 100644 --- a/sw/uiconfig/swriter/ui/outlinenumberingpage.ui +++ b/sw/uiconfig/swriter/ui/outlinenumberingpage.ui @@ -186,7 +186,7 @@ True - Select the numbering style that you want to apply to the selected outline level. + Select the numbering scheme that you want to apply to the selected outline level. @@ -202,7 +202,7 @@ True - Select the format of the numbering character. + Select the character style of the numbering character. -- cgit