diff --git a/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp b/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp index b7f05971ae..27c7d9ff36 100644 --- a/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp +++ b/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp @@ -34,7 +34,7 @@ THE SOFTWARE. #include #if HAVE_FULLVERSION_PDF_LIB -// pdflib 5.x supports password protection and permissions in the commercial license only! +// pdflib 5.x supports password protection and permissions in the commercial version only! static const PermissionLabels gPermissionLabels[] = { PermissionLabels("Prevent printing the file.", "noprint"), PermissionLabels("Prevent making any changes.", "nomodify"),