[Libreoffice-commits] core.git: sw/inc
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 11 07:27:46 UTC 2021
sw/inc/strings.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 89b1c955c182a14de6a044b4db90b085d5bcddf9
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon May 10 21:03:55 2021 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue May 11 09:27:07 2021 +0200
Related: tdf#138604 sw: don't advertise AS_CHAR as "to char"
Change-Id: Iff6726ef7b7f483e2bb407e9c2cd67427470645a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115358
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index e45a3ed1f848..237a8f91c83a 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1111,7 +1111,7 @@
#define STR_FRM_FIXEDHEIGHT NC_("STR_FRM_FIXEDHEIGHT", "Fixed height:")
#define STR_FRM_MINHEIGHT NC_("STR_FRM_MINHEIGHT", "Min. height:")
#define STR_FLY_AT_PARA NC_("STR_FLY_AT_PARA", "to paragraph")
-#define STR_FLY_AS_CHAR NC_("STR_FLY_AS_CHAR", "to character")
+#define STR_FLY_AS_CHAR NC_("STR_FLY_AS_CHAR", "as character")
#define STR_FLY_AT_PAGE NC_("STR_FLY_AT_PAGE", "to page")
#define STR_POS_X NC_("STR_POS_X", "X Coordinate:")
#define STR_POS_Y NC_("STR_POS_Y", "Y Coordinate:")
More information about the Libreoffice-commits
mailing list