diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php index 76028cb8730688035a0b5825f38d11aa41eca70e..48861ce99880c24654ae77cac9698fd6017d17e9 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -113,8 +113,8 @@ $string['error:hideComment'] = "An error has occured while trying to hide the co $string['error:markasread'] = 'The item could not be marked as read.'; $string['error:markasunread'] = 'The item could not be marked as unread.'; $string['error:markcorrectanswer'] = 'An error has occured while marking the answer as correct.'; -$string['error:maximalfilenumber_created'] = 'Your comment cannot be created, because it exceeds the maximum number of images. You can add maximal {$a} image(s) into comments.'; -$string['error:maximalfilenumber_edited'] = 'Your comment cannot be edited, because it exceeds the maximum number of images. You can add maximal {$a} image(s) into comments.'; +$string['error:maximalfilenumber_created'] = 'Your comment cannot be created, because it exceeds the maximum number of files. You can attach at most {$a} file(s) to a single comment.'; +$string['error:maximalfilenumber_edited'] = 'Your comment cannot be edited, because it exceeds the maximum number of files. You can attach at most {$a} file(s) to a single comment.'; $string['error:missingAnnotationtype'] = 'Annotationtype does not exists. Possibly the entry in table pdfannotator_annotationtypes is missing.'; $string['error:openingPDF'] = 'An error occurred while opening the PDF file.'; $string['error:openprintview'] = 'An error has occured while trying to open the pdf in Acrobat Reader.'; @@ -214,7 +214,7 @@ $string['markhidden'] = 'Hide'; $string['markSolved'] = 'Close question'; $string['markUnsolved'] = 'Reopen question'; $string['maxfiles'] = 'Maximal number of file'; -$string['maxfiles_help'] = 'Maximal number of file pro comment uploaded by users.'; +$string['maxfiles_help'] = 'Maximal number of file per comment uploaded by users.'; $string['maximumfilesize'] = 'Maximum file size'; $string['maximumfilesize_help'] = 'Files uploaded by users may be up to this size.'; $string['me'] = 'me'; diff --git a/version.php b/version.php index e014b28ab118506ea7f2c0b11e894188d3f42a51..2182b1cb6c1b26c46e7d1655b3e4493aa39e7ea6 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_pdfannotator'; -$plugin->version = 2022090500; +$plugin->version = 2022090600; $plugin->release = 'PDF Annotator v1.4 release 11'; $plugin->requires = 2021051700; $plugin->maturity = MATURITY_STABLE;