From e609b8d5888640f129d8721b62d9f4b17a270464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Valero?= <gvalero@unam.mx> Date: Sat, 13 Jul 2019 13:35:11 -0500 Subject: [PATCH] Fix typos in 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 c4da8ea..c938ade 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -212,9 +212,9 @@ $string['myanswers'] = 'my answers'; $string['mypost'] = 'My post'; $string['myquestion'] = 'Question'; $string['myquestions'] = 'my questions'; -$string['newanswerhtml'] = 'Your subscribed question "{$a->question}" was ansered by {$a->answeruser} with the comment: <br /> <br /> "{$a->content}"<br /><br /> +$string['newanswerhtml'] = 'Your subscribed question "{$a->question}" was answered by {$a->answeruser} with the comment: <br /> <br /> "{$a->content}"<br /><br /> The answer is <a href="{$a->urltoanswer}">here</a> available.'; -$string['newanswertext'] = 'Your subscribed question "{$a->question}" was ansered by {$a->answeruser} with the comment: +$string['newanswertext'] = 'Your subscribed question "{$a->question}" was answered by {$a->answeruser} with the comment: "{$a->content}" -- GitLab