diff options
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 266183469f55..aef3819d9237 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -172,8 +172,8 @@ <prop oor:name="AllowCommentsInFootnotes" oor:type="xs:boolean" oor:nillable="false"> <info> <!-- See tdf#86188 for rationale --> - <desc>Specifies whether adding comments to footnotes is allowed. This is allowed for ODF but not in OOXML and can result in invalid docx files being saved.</desc> - <label>Allow adding comments to footnotes. Disable for better OOXML interoperability.</label> + <desc>Specifies whether adding comments to footnotes etc. is allowed. These are allowed for ODF but not in OOXML and can result in invalid docx files being saved.</desc> + <label>Allow adding comments to footnotes and frames. Disable for better OOXML interoperability.</label> </info> <value>true</value> </prop> |