sw/inc/utlui.hrc |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7fa6198f29ac18ef2d58129918cb76c5da263d4f
Author:     Maxim Monastirsky <momonas...@gmail.com>
AuthorDate: Sun Jun 11 02:50:49 2023 +0300
Commit:     Maxim Monastirsky <momonas...@gmail.com>
CommitDate: Sun Jun 11 23:47:01 2023 +0200

    tdf#154933 Update style names in autocorrect strings
    
    Change-Id: I8a5157e10179c1813c1fd1a8f94c13c977131cf0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152855
    Tested-by: Jenkins
    Reviewed-by: Maxim Monastirsky <momonas...@gmail.com>

diff --git a/sw/inc/utlui.hrc b/sw/inc/utlui.hrc
index d5998e143514..5aa0b0e06e75 100644
--- a/sw/inc/utlui.hrc
+++ b/sw/inc/utlui.hrc
@@ -40,10 +40,10 @@ const TranslateId RID_SHELLRES_AUTOFMTSTRS[] =
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Replace dashes"),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Replace 1st... with 1^st..."),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Combine single line paragraphs"),
-    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Text body\" Style"),
-    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Text body indent\" Style"),
-    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Hanging indent\" Style"),
-    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Text body indent\" Style"),
+    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Body Text\" Style"),
+    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Body Text, Indented\" Style"),
+    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Hanging Indent\" Style"),
+    NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Body Text, Indented\" Style"),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Heading $(ARG1)\" Style"),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Bullet\" or \"Numbering\" Style"),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Combine paragraphs"),

Reply via email to