cui/inc/strings.hrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 07e0c5d7bede25776f2e118715e07c6071baf21e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jul 25 19:04:33 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jul 26 10:22:49 2024 +0200 Fix typos Change-Id: I52c4ca5b90ad60c971d713c235d84d7e52a59953 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171048 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 9b10de8b4be1..0c074b7d9b57 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -402,9 +402,9 @@ #define RID_COLOR_SCHEME_LIBREOFFICE_AUTOMATIC NC_("RID_COLOR_SCHEME_LIBREOFFICE_AUTOMATIC", "Automatic") // A11Y Options -#define STR_NO_ALT_OLE NC_("STR_NO_ALT_OLE", "Check Ole Object have alternative name or discription") -#define STR_NO_ALT_GRAPHIC NC_("STR_NO_ALT_GRAPHIC", "Check Graphic Object have alternative name or discription") -#define STR_NO_ALT_SHAPE NC_("STR_NO_ALT_SHAPE", "Check Shape Object have alternative name or discription") +#define STR_NO_ALT_OLE NC_("STR_NO_ALT_OLE", "Check Ole Object have alternative name or description") +#define STR_NO_ALT_GRAPHIC NC_("STR_NO_ALT_GRAPHIC", "Check Graphic Object have alternative name or description") +#define STR_NO_ALT_SHAPE NC_("STR_NO_ALT_SHAPE", "Check Shape Object have alternative name or description") #define STR_LINKED_GRAPHIC NC_("STR_LINKED_GRAPHIC", "Check Graphic object referenced as “LINK”") #define STR_TABLE_MERGE_SPLIT NC_("STR_TABLE_MERGE_SPLIT", "Check Table object contains merges or splits") #define STR_FAKE_NUMBERING NC_("STR_FAKE_NUMBERING", "Check document contains simulated numbering")