diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-01 15:19:27 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-01 15:41:02 +0100 |
commit | 58a22dc030460e7164663ef84acd01f7a993af28 (patch) | |
tree | 62cd8a58b4c9af07889e201f813c7fd780f39e57 /officecfg | |
parent | e0e6d8a5827ce1cbc73caeab10c2e7ba9e66035b (diff) |
officecfg: add .uno:ClassificationApply tooltip
Change-Id: I03d3cff3365e7ffb6a1218398cb0a6b3de1ce3be
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 1dcf8b8a2918..b9fd7a47f076 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6015,6 +6015,11 @@ <value xml:lang="en-US">3D Model...</value> </prop> </node> + <node oor:name=".uno:ClassificationApply" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Apply Document Classification</value> + </prop> + </node> </node> </node> </oor:component-data> |