From 2e9cd4a45d41398b27f7f984aabb085bcb156c06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Germ=C3=A1n=20Valero?= <gvalero@unam.mx>
Date: Sat, 13 Jul 2019 13:07:55 -0500
Subject: [PATCH] Fix typos in English language strings
---
lang/en/pdfannotator.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php
index cc45678..375243d 100644
--- a/lang/en/pdfannotator.php
+++ b/lang/en/pdfannotator.php
@@ -334,9 +334,9 @@ $string['rectangle'] = 'Add a Rectangle in the document and write a comment.';
$string['removeCorrect'] = 'Remove marking as correct';
$string['removehidden'] = 'Show';
$string['report'] = 'Report';
-$string['reportaddedhtml'] = '{$a->reportinguser} has reportet a comment with the message: <br /><br /> "{$a->introduction}"<br /><br />
+$string['reportaddedhtml'] = '{$a->reportinguser} has reported a comment with the message: <br /><br /> "{$a->introduction}"<br /><br />
It is <a href="{$a->urltoreport}">available on the web site</a>.';
-$string['reportaddedtext'] = '{$a->reportinguser} has reportet a comment with the message:
+$string['reportaddedtext'] = '{$a->reportinguser} has reported a comment with the message:
"{$a->introduction}"
--
GitLab