officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8394ca86e834d2a97c898c3d7552f31522ef936f Author: Roman Kuznetsov <[email protected]> AuthorDate: Tue Dec 25 15:26:20 2018 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Dec 28 07:42:05 2018 +0100 tdf#106917 Changed tooltip for .uno:ExportDirectToPDF Change-Id: I6b86894cf9e14b0231bd68f2c162636488e8212c Reviewed-on: https://gerrit.libreoffice.org/65605 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 5878ee1dbfa4..f880d3717521 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4963,7 +4963,7 @@ <value xml:lang="en-US">Export Directly as PDF</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> - <value xml:lang="en-US">Export as PDF</value> + <value xml:lang="en-US">Export Directly as PDF</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
