[Libreoffice-commits] core.git: include/svx sw/inc
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 27 13:32:20 UTC 2020
include/svx/svxitems.hrc | 2 +-
sw/inc/strings.hrc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2c0419b021bdb9e67dce2e0e1c29510751392aea
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Oct 22 23:12:21 2020 +0200
Commit: Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Tue Oct 27 14:31:42 2020 +0100
Other part to resolve: tdf#127279 Change Search attribute
Change-Id: I8078f14f25844facf2ec6bb4e0888c5c0f78e3d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104672
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
diff --git a/include/svx/svxitems.hrc b/include/svx/svxitems.hrc
index 052c7fbd285c..3ea7f12581ab 100644
--- a/include/svx/svxitems.hrc
+++ b/include/svx/svxitems.hrc
@@ -66,7 +66,7 @@ const std::pair<const char*, sal_uInt16> RID_ATTR_NAMES[] =
{ NC_("RID_ATTR_NAMES", "Page Style") , SID_ATTR_PARA_MODEL },
{ NC_("RID_ATTR_NAMES", "Keep with next paragraph"), SID_ATTR_PARA_KEEP },
{ NC_("RID_ATTR_NAMES", "Blinking") , SID_ATTR_FLASH },
- { NC_("RID_ATTR_NAMES", "Register-true") , SID_ATTR_PARA_REGISTER },
+ { NC_("RID_ATTR_NAMES", "Page line-spacing") , SID_ATTR_PARA_REGISTER },
{ NC_("RID_ATTR_NAMES", "Character background") , SID_ATTR_BRUSH_CHAR },
{ NC_("RID_ATTR_NAMES", "Asian font") , SID_ATTR_CHAR_CJK_FONT },
{ NC_("RID_ATTR_NAMES", "Size of Asian font") , SID_ATTR_CHAR_CJK_FONTHEIGHT },
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 6de125ea43e0..a1ba8778b14d 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1102,8 +1102,8 @@
#define STR_LINE_TOP NC_("STR_LINE_TOP", "Top of line")
#define STR_LINE_CENTER NC_("STR_LINE_CENTER", "Line centered")
#define STR_LINE_BOTTOM NC_("STR_LINE_BOTTOM", "Bottom of line")
-#define STR_REGISTER_ON NC_("STR_REGISTER_ON", "Register-true")
-#define STR_REGISTER_OFF NC_("STR_REGISTER_OFF", "Not register-true")
+#define STR_REGISTER_ON NC_("STR_REGISTER_ON", "Page line-spacing")
+#define STR_REGISTER_OFF NC_("STR_REGISTER_OFF", "Not page line-spacing")
#define STR_HORI_RIGHT NC_("STR_HORI_RIGHT", "at the right")
#define STR_HORI_CENTER NC_("STR_HORI_CENTER", "Centered horizontally")
#define STR_HORI_LEFT NC_("STR_HORI_LEFT", "at the left")
More information about the Libreoffice-commits
mailing list