From e33bba1ce3ec4fcbdc253a476b631513786e175a Mon Sep 17 00:00:00 2001 From: Tim Schroeder <t.schroeder@itc.rwth-aachen.de> Date: Wed, 12 Aug 2020 14:25:19 +0200 Subject: [PATCH] fixed german string in english language string file fixes #36 --- 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 89dc110..aae8f65 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -130,15 +130,15 @@ $string['forwardedquestionhtml'] = '{$a->sender} forwarded the following questio with the message: <br /> <br /> "{$a->message}" <br /> <br /> The question is available <a href="{$a->urltoquestion}">here</a>.'; -$string['forwardedquestiontext'] = '{$a->sender} hat folgende Frage an sie weitergeleitet: +$string['forwardedquestiontext'] = '{$a->sender} forwarded the following question to you: "{$a->questioncontent}" - mit folgender Nachricht: + with the message: "{$a->message}" - Die Frage ist verfügbar unter: {$a->urltoquestion}'; + The question is available at: {$a->urltoquestion}'; $string['fullscreen'] = 'Fullscreen'; $string['fullscreenBack'] = 'Exit Fullscreen'; $string['global_setting_anonymous'] = 'Allow anonymous posting?'; -- GitLab