officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +- translations | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8805448f44624a5981ba252f060dcb9dee07abc3 Author: Seth Chaiklin <[email protected]> AuthorDate: Tue Feb 16 15:06:09 2021 +0100 Commit: Seth Chaiklin <[email protected]> CommitDate: Wed Feb 17 17:20:35 2021 +0100 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 <[email protected]> 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> commit 34e68982f806d11adb8d253ae2af0723e9abf190 Author: Christian Lohmaier <[email protected]> AuthorDate: Wed Feb 17 17:20:27 2021 +0100 Commit: Gerrit Code Review <[email protected]> CommitDate: Wed Feb 17 17:20:27 2021 +0100 Update git submodules * Update translations from branch 'master' to 71f0c6a4724fa28a2a2d72b0547aa0370c287fcf - update translations for master and force-fix errors using pocheck Change-Id: Iaf573f747484376b8aeb1854bc5342507a27d92d diff --git a/translations b/translations index 418be5d6b01b..71f0c6a4724f 160000 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit 418be5d6b01b00babc6dc695e2a768f554c7dedc +Subproject commit 71f0c6a4724fa28a2a2d72b0547aa0370c287fcf _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
