diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-18 23:03:55 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-19 11:18:00 +0100 |
commit | ccdd11b61f94bfb188676fa5ad2aab63949dd5b3 (patch) | |
tree | ef972cbb05a0528fd267eeb72d418ad001cf35e0 /officecfg | |
parent | 57dec020b9527d3dd472e33010381822d4ca306c (diff) |
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@documentfoundation.org>
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
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> |