diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-01-19 15:21:40 +0100 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-01-20 21:04:33 +0100 |
commit | 0b835ff2d872f3597d5166c25c355ea8e1389f3d (patch) | |
tree | 3594e00dba0c115d9ffa0155aadd73f8b2659d74 /officecfg | |
parent | fc38cb55cc6bc2af12ed4f12d2e7fb1494c3376b (diff) |
Fix Clone Formatting command labels in Writer
Regression of effc05eecb1359239ca7a86103a6fd9fc8424015
("tdf#103705 Tooltip improvement for clone formatting")
Change-Id: I3e7bfd95cb0de07d5ca4cd85166f679f7673655c
Reviewed-on: https://gerrit.libreoffice.org/48201
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 95c89edde3f8..1f4fe350ce11 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2633,6 +2633,20 @@ <value xml:lang="en-US">Smart ~Tag Options...</value> </prop> </node> + <node oor:name=".uno:FormatPaintbrush" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Clone</value> + </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Clone Formatting</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Clone Formatting (double click and Ctrl or Cmd to alter behavior)</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>9</value> + </prop> + </node> </node> <node oor:name="Popups"> <node oor:name=".uno:TableMenu" oor:op="replace"> @@ -3269,11 +3283,6 @@ <value xml:lang="en-US">More Fields</value> </prop> </node> - <node oor:name=".uno:FormatPaintbrush" oor:op="replace"> - <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Clone Formatting (double click and Ctrl or Cmd to alter behavior)</value> - </prop> - </node> </node> </node> </oor:component-data> |