[Libreoffice-commits] core.git: officecfg/registry
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 19 10:18:36 UTC 2021
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ccdd11b61f94bfb188676fa5ad2aab63949dd5b3
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Feb 18 23:03:55 2021 +0100
Commit: Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Fri Feb 19 11:18:00 2021 +0100
tdf#140058 repair which Bullet and Numbering label is changed
https://gerrit.libreoffice.org/c/core/+/110928
describes the intention, but that patch changed
the wrong "Bullet and Numbering" label. This patch
undoes that change and changes the correct label.
Change-Id: I483e597e94e6d8e28b5b914e3e2e44a6abdf1358
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111151
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 9c6266fa3a0a..1351358ae374 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">~List...</value>
+ <value xml:lang="en-US">~Bullets and Numbering...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>7</value>
@@ -3040,7 +3040,7 @@
</node>
<node oor:name=".uno:NumberingMenu" 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>1</value>
More information about the Libreoffice-commits
mailing list