sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4322248194c2b019c20f593ad9971a1014a7e7bc Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Wed Mar 8 16:23:20 2023 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Mar 9 10:06:04 2023 +0000 add a missing space in formatting Change-Id: I17263a1a29ba0bb0821d11234d05b55f0697e34c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148496 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 2965e6b884b2..cca6a14cd1e4 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -584,7 +584,7 @@ #define STR_PARAGRAPH_UNDO NC_("STR_PARAGRAPH_UNDO", "paragraph") #define STR_PARAGRAPH_SIGN_UNDO NC_("STR_PARAGRAPH_SIGN_UNDO", "Paragraph sign") #define STR_UNDO_FLYFRMFMT_TITLE NC_("STR_UNDO_FLYFRMFMT_TITLE", "Change object title of $1") -#define STR_UNDO_FLYFRMFMT_DESCRIPTION NC_("STR_UNDO_FLYFRMFMT_DESCRIPTION", "Change object description of $1") +#define STR_UNDO_FLYFRMFMT_DESCRIPTION NC_("STR_UNDO_FLYFRMFMT_DESCRIPTION", "Change object description of $1") #define STR_UNDO_TBLSTYLE_CREATE NC_("STR_UNDO_TBLSTYLE_CREATE", "Create table style: $1") #define STR_UNDO_TBLSTYLE_DELETE NC_("STR_UNDO_TBLSTYLE_DELETE", "Delete table style: $1") #define STR_UNDO_TBLSTYLE_UPDATE NC_("STR_UNDO_TBLSTYLE_UPDATE", "Update table style: $1")