cui/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d1dd3fa84f8eb2c1dc1f34c1ef669cbc5384e5b1 Author: Ming Hua <plateauw...@qq.com> AuthorDate: Sun Nov 3 07:09:36 2024 +0200 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Nov 4 12:26:13 2024 +0100 cui: Fix a UI string in a11y check options Commit d14e79bf7680db2180e40ba52fc3305a84c586f6 (Correct grammar in strings for A11y, 2024-09-18) fixed many UI strings in the newly introduced a11y check options with correct English grammar, but mistakely changed this string from "heading order" (which means the chapter and section headings) to "table heading order". This commit reverts the change and slightly improved the wording. Change-Id: I2957004d6b82d35841f57a76ca25fbf9b851b9b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175918 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index d7787a44163c..3e204ef7a719 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -427,7 +427,7 @@ #define STR_NON_INTERACTIVE_FORMS NC_("STR_NON_INTERACTIVE_FORMS", "Check if the document contains interactive input fields.") #define STR_FLOATING_TEXT NC_("STR_FLOATING_TEXT", "Check if all Frames/Text boxes are anchored “As Character”.") #define STR_HEADING_IN_TABLE NC_("STR_HEADING_IN_TABLE", "Check if all tables contain headings.") -#define STR_HEADING_ORDER NC_("STR_HEADING_ORDER", "Check if the table heading order is correct.") +#define STR_HEADING_ORDER NC_("STR_HEADING_ORDER", "Check if the headings are in correct order.") #define STR_HEADING_START NC_("STR_HEADING_START", "Check if heading order starts with level 1.") #define STR_FONTWORKS NC_("STR_FONTWORKS", "Check if the document contains fontwork objects.") #define STR_TABLE_FORMATTING NC_("STR_TABLE_FORMATTING", "Check if document contains empty table cells for formatting.")