diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-05-18 10:20:40 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-05-20 13:07:41 +0200 |
commit | d3122433616d4da2c6ee82f73bd8f591ea498fc0 (patch) | |
tree | 28deb4b78ff22d6aa871f1fc884122ec27345301 /officecfg | |
parent | c5081b324118cefb3bce04f7bf817963e24b1c68 (diff) |
Also change Expert Configuration option's description wording
.. after the changed string in Compatibility options done in commit
ae0edc4740ea95cd456eb7157bd048615de9212e.
Change-Id: I6708ef76207a02915c6ec883cc3c7c5d0245ae40
Reviewed-on: https://gerrit.libreoffice.org/54524
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index f71c66205871..03921814dcb1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -118,7 +118,7 @@ </prop> <prop oor:name="SubtractFlysAnchoredAtFlys" oor:type="xs:boolean" oor:nillable="false"> <info> - <desc>Use LibreOffice 4.3 anchoring paint order</desc> + <desc>Tolerate white lines of PDF page backgrounds for compatibility with old documents (Use LibreOffice 4.3 anchoring paint order)</desc> </info> <value>false</value> </prop> |