diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-04-22 17:03:29 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-04-22 21:55:19 +0200 |
commit | 4cd1b3562871b9701b8e5f062262582511875d35 (patch) | |
tree | ad8355659d90029d84805c1be711734a907bfda5 /officecfg | |
parent | 60f3e4b843da89678e022eed837ee66e726b1920 (diff) |
Fix .uno:CurrentConditionalFormatDialog label
So it won't be listed with its .uno name in the
customization dialog.
Change-Id: Ia262c7beccac2dd67bc75313f32d1f481f5452ad
Reviewed-on: https://gerrit.libreoffice.org/53285
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 026cfabd644f..a743ccaaaecc 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -512,7 +512,7 @@ </prop> </node> <node oor:name=".uno:CurrentConditionalFormatDialog" oor:op="replace"> - <prop oor:name="ContextLabel" oor:type="xs:string"> + <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Conditional Formatting...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> |