include/svx/strings.hrc | 2 +- include/svx/svxitems.hrc | 2 +- sw/source/core/access/AccessibilityCheck.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 6c535425adae84ab5e841e0b04584481e0874edf Author: Bogdan B <[email protected]> AuthorDate: Wed Nov 29 20:46:48 2023 +0100 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Dec 20 09:33:37 2023 +0100 tdf#158105 Change character "background" to "highlighting color" Change-Id: I98dcc9cf0d2e3306275a25ed83dc5692211ed442 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160037 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> Reviewed-by: Hossein <[email protected]> diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 8dc2aa04639e..bc42cae37ea4 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1463,7 +1463,7 @@ #define RID_SVXITEMS_AUTHOR_COMPLETE NC_("RID_SVXITEMS_AUTHOR_COMPLETE", "Author: ") #define RID_SVXITEMS_DATE_COMPLETE NC_("RID_SVXITEMS_DATE_COMPLETE", "Date: ") #define RID_SVXITEMS_TEXT_COMPLETE NC_("RID_SVXITEMS_TEXT_COMPLETE", "Text: ") -#define RID_SVXITEMS_BRUSH_CHAR NC_("RID_SVXITEMS_BRUSH_CHAR", "Character background") +#define RID_SVXITEMS_BRUSH_CHAR NC_("RID_SVXITEMS_BRUSH_CHAR", "Character highlighting color") #define STR_COLORTABLE NC_("STR_COLORTABLE", "Color Palette") diff --git a/include/svx/svxitems.hrc b/include/svx/svxitems.hrc index af1e5aa3375b..0687ffe2842f 100644 --- a/include/svx/svxitems.hrc +++ b/include/svx/svxitems.hrc @@ -68,7 +68,7 @@ const std::pair<TranslateId, sal_uInt16> RID_ATTR_NAMES[] = { NC_("RID_ATTR_NAMES", "Keep with next paragraph"), SID_ATTR_PARA_KEEP }, { NC_("RID_ATTR_NAMES", "Blinking") , SID_ATTR_FLASH }, { NC_("RID_ATTR_NAMES", "Page line-spacing") , SID_ATTR_PARA_REGISTER }, - { NC_("RID_ATTR_NAMES", "Character background") , SID_ATTR_BRUSH_CHAR }, + { NC_("RID_ATTR_NAMES", "Character highlighting color") , SID_ATTR_BRUSH_CHAR }, { NC_("RID_ATTR_NAMES", "Asian font") , SID_ATTR_CHAR_CJK_FONT }, { NC_("RID_ATTR_NAMES", "Size of Asian font") , SID_ATTR_CHAR_CJK_FONTHEIGHT }, { NC_("RID_ATTR_NAMES", "Language of Asian font"), SID_ATTR_CHAR_CJK_LANGUAGE }, diff --git a/sw/source/core/access/AccessibilityCheck.cxx b/sw/source/core/access/AccessibilityCheck.cxx index 2e3219765e22..7e32a11d0483 100644 --- a/sw/source/core/access/AccessibilityCheck.cxx +++ b/sw/source/core/access/AccessibilityCheck.cxx @@ -524,7 +524,7 @@ private: return; } // Determine the background color - // Try Character background (highlight) + // Try Character background (Character highlighting color) Color aBackgroundColor(nCharBackColor); // If not character background color, try paragraph background color
