diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-22 23:12:21 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-27 14:31:42 +0100 |
commit | 2c0419b021bdb9e67dce2e0e1c29510751392aea (patch) | |
tree | 74658417e3f478e944ce12dff0073d2b75038978 /sw | |
parent | 052dcb7665115f0aeb9dc43308bd7fb882716b19 (diff) |
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@youmail.dk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/strings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
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") |