diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-16 15:06:09 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-17 17:20:35 +0100 |
commit | 8805448f44624a5981ba252f060dcb9dee07abc3 (patch) | |
tree | 91425b54b99e624e2bbd2d43b66bd58266472d92 /officecfg | |
parent | 34e68982f806d11adb8d253ae2af0723e9abf190 (diff) |
tdf#140058 "Bullets and Numbering" -> "List" in Text context menu
This change has following consequences for UI:
- context menus for Text | Bullets and Numbering and
Table | Bullets and Numbering will now appear as
Text | List
- right-click in text will now show "List..." under
"Character" and "Paragraph", instead of
"Bullets and Numbering" and will open a menu where
it is possible to select default lists, list styles
and modify an existing list.
The entry is singular because it is a context menu, and
only one list can be modified.
Change-Id: I941ebf01a005cf1c422e73611067bbc90d63e616
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110928
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 55b894ca85ea..1d1204391755 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1708,7 +1708,7 @@ </node> <node oor:name=".uno:BulletsAndNumberingDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Bullets and Numbering...</value> + <value xml:lang="en-US">~List...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>7</value> |