summaryrefslogtreecommitdiff
path: root/sw/inc/strings.hrc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2023-05-11 00:56:56 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2023-05-11 11:20:47 +0200
commitc83d241effbd09491e9f96d3e435ab91700f58b0 (patch)
treece4a920ea401145ed950751534bb925b9f7f5a75 /sw/inc/strings.hrc
parent1e885b09f99d5edb2d10c9ad32a9ab538141a661 (diff)
tdf#154933 Rename "Text Body" para style to "Body Text"
- Change only the UI name, leaving the programmatic name which used by ODF and UNO API unchanged. - DOCX shouldn't be affected either, as that style is mapped to Word's "Text Body". - RTF export used to use the UI name (at least in 7.5). Which means that files created in older LO will show 2 styles for old and new names (same would happen also with files created with a different UI language). It seems to be no longer the case in current master. Change-Id: I8a4866d5db5f964a5d45071fb09a99ed4996fae4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151653 Tested-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r--sw/inc/strings.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 733193103d1e..e9f4927c6200 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -73,10 +73,10 @@
#define STR_POOLFRM_LABEL NC_("STR_POOLFRM_LABEL", "Labels")
// Template names
#define STR_POOLCOLL_STANDARD NC_("STR_POOLCOLL_STANDARD", "Default Paragraph Style")
-#define STR_POOLCOLL_TEXT NC_("STR_POOLCOLL_TEXT", "Text Body")
+#define STR_POOLCOLL_TEXT NC_("STR_POOLCOLL_TEXT", "Body Text")
#define STR_POOLCOLL_TEXT_IDENT NC_("STR_POOLCOLL_TEXT_IDENT", "First Line Indent")
#define STR_POOLCOLL_TEXT_NEGIDENT NC_("STR_POOLCOLL_TEXT_NEGIDENT", "Hanging Indent")
-#define STR_POOLCOLL_TEXT_MOVE NC_("STR_POOLCOLL_TEXT_MOVE", "Text Body Indent")
+#define STR_POOLCOLL_TEXT_MOVE NC_("STR_POOLCOLL_TEXT_MOVE", "Body Text, Indented")
#define STR_POOLCOLL_GREETING NC_("STR_POOLCOLL_GREETING", "Complimentary Close")
#define STR_POOLCOLL_SIGNATURE NC_("STR_POOLCOLL_SIGNATURE", "Signature")
#define STR_POOLCOLL_HEADLINE_BASE NC_("STR_POOLCOLL_HEADLINE_BASE", "Heading")