sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1721836fb2e94b8478b80139976617f9e7311816 Author: Heiko Tietze <[email protected]> AuthorDate: Thu Oct 24 11:04:51 2019 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Thu Oct 24 12:21:39 2019 +0200 Resolves tdf#128227 - Rename "Text Frame" to "Frame Change-Id: I2158152acb64f458020e1375a8b93162117d11fb Reviewed-on: https://gerrit.libreoffice.org/81434 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index b77225641089..47368c1e9dc5 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -351,7 +351,7 @@ #define STR_EVENT_FRM_MOVE NC_("STR_EVENT_FRM_MOVE", "Move frame") #define STR_CONTENT_TYPE_OUTLINE NC_("STR_CONTENT_TYPE_OUTLINE", "Headings") #define STR_CONTENT_TYPE_TABLE NC_("STR_CONTENT_TYPE_TABLE", "Tables") -#define STR_CONTENT_TYPE_FRAME NC_("STR_CONTENT_TYPE_FRAME", "Text frames") +#define STR_CONTENT_TYPE_FRAME NC_("STR_CONTENT_TYPE_FRAME", "Frames") #define STR_CONTENT_TYPE_GRAPHIC NC_("STR_CONTENT_TYPE_GRAPHIC", "Images") #define STR_CONTENT_TYPE_OLE NC_("STR_CONTENT_TYPE_OLE", "OLE objects") #define STR_CONTENT_TYPE_BOOKMARK NC_("STR_CONTENT_TYPE_BOOKMARK", "Bookmarks") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
