From 668734a88692d5cdcac32f88ddf3260d1a4cb090 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 4 Oct 2023 17:11:54 +1000 Subject: [PATCH] Update src/core/qgsabstractgeopdfexporter.h Co-authored-by: Matthias Kuhn --- src/core/qgsabstractgeopdfexporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/qgsabstractgeopdfexporter.h b/src/core/qgsabstractgeopdfexporter.h index a2a0389dbe36..58220482fa9f 100644 --- a/src/core/qgsabstractgeopdfexporter.h +++ b/src/core/qgsabstractgeopdfexporter.h @@ -231,7 +231,7 @@ class CORE_EXPORT QgsAbstractGeoPdfExporter * TRUE if ISO32000 extension format georeferencing should be used. * * This is a recommended setting which results in Geospatial PDF files - * that uses PDF 2.0 Geospatial Features (ISO 32000-2:2017). + * that use PDF 2.0 Geospatial Features (ISO 32000-2:2017). * Compatible with the built-in Acrobat geospatial tools */ bool useIso32000ExtensionFormatGeoreferencing = true;