diff options
author | Darshan-upadhyay1110 <darshan.upadhyay@collabora.com> | 2023-09-01 16:08:58 +0530 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-09-07 09:18:50 +0200 |
commit | c4fc18308074634e9578ad12d94d937f259aa22a (patch) | |
tree | 86db9439c2f7ebb74a0eec207f05064580f9ece8 /cui/inc | |
parent | d93f3243d51438e2492ca6f450ae3f1f63b617b1 (diff) |
Autocorrect: Add option for autoformat bulleted lists after space
Enable option in Autocoorect => bulleted lists after pressing space
Example: press * or - and space will change into bullets
Change-Id: I9741ad4c3eb4123074f06b762b58fe7ffdb44613
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156616
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index ffcf10e73556..29126053d968 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -334,6 +334,7 @@ // To translators: %1 will be replaced with a percentage, e.g. "10%" #define RID_CUISTR_RIGHT_MARGIN NC_("RID_SVXSTR_RIGHT_MARGIN", "Combine single line paragraphs if length greater than %1") #define RID_CUISTR_NUM NC_("RID_SVXSTR_NUM", "Bulleted and numbered lists. Bullet symbol: %1") +#define RID_SVXSTR_NUM_FORMAT_AFTER_SPACE NC_("RID_SVXSTR_NUM_FORMAT_AFTER_SPACE", "Bulleted and numbered lists immediate after pressing space") #define RID_CUISTR_BORDER NC_("RID_SVXSTR_BORDER", "Apply border") #define RID_CUISTR_CREATE_TABLE NC_("RID_SVXSTR_CREATE_TABLE", "Create table") #define RID_CUISTR_REPLACE_TEMPLATES NC_("RID_SVXSTR_REPLACE_TEMPLATES", "Apply Styles") |