From 74f9bc4eb73839a4b9d07c48634eb01149e65c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Valero?= <gvalero@unam.mx> Date: Sat, 13 Jul 2019 12:07:31 -0500 Subject: [PATCH] Fix typos in English lang strings Please fix typos in the english language strings --- lang/en/pdfannotator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php index e437896..cc45678 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -94,7 +94,7 @@ $string['enterText'] = 'Enter text'; $string['entity_helptitle'] = 'Help for'; $string['error:addAnnotation'] = 'An error has occurred while adding an annotation.'; $string['error:addComment'] = 'An error has occured while adding the comment.'; -$string['error:closequestion'] = 'An error has occured while closing/openingthe question.'; +$string['error:closequestion'] = 'An error has occured while closing/opening the question.'; $string['error:deleteAnnotation'] = 'An error has occured while deleting an annotation.'; $string['error:editAnnotation'] = 'An error has occurred while editing an annotation.'; $string['error:editcomment'] = 'An error has occured while trying to edit a comment.'; @@ -359,7 +359,7 @@ $string['send'] = 'Send'; $string['sendAnonymous'] = 'post anonymous'; $string['sendfeedback'] = 'Submit'; $string['setting_alternative_name'] = 'Name'; -$string['setting_alternative_name_desc'] = 'Provide an alternative name for the PDF. If empty, the name of the pdf will be taken as represantative name'; +$string['setting_alternative_name_desc'] = 'Provide an alternative name for the PDF. If empty, the name of the pdf will be taken as representative name'; $string['setting_alternative_name_help'] = "If the name is more than 20 characters long, the remaining characters will be replaced with '...' in the annotator's internal tab navigation."; $string['setting_anonymous'] = 'Allow anonymous posting?'; $string['setting_fileupload'] = 'Select a pdf-file'; @@ -397,7 +397,7 @@ $string['successfullyEdited'] = 'Changes saved'; $string['successfullyHidden'] = 'Participants now see this comment as hidden.'; $string['successfullymarkedasread'] = 'The report was marked as read.'; $string['successfullymarkedasreadandnolongerdisplayed'] = 'The report was marked as read and removed from the table.'; -$string['successfullymarkedasunread'] = 'he report was marked as unread.'; +$string['successfullymarkedasunread'] = 'The report was marked as unread.'; $string['successfullymarkedasunreadandnolongerdisplayed'] = 'The report was marked as unread and removed from the table.'; $string['successfullyRedisplayed'] = 'The comment is visible to participants once more'; $string['successfullySubscribed'] = 'Subscribed to question.'; -- GitLab