From 09e331c6b828ef66d0b08dc135e510c363d94704 Mon Sep 17 00:00:00 2001
From: Anisa <kusumadewi@itc.rwth-aachen.de>
Date: Tue, 22 Nov 2022 13:56:44 +0100
Subject: [PATCH] fix lang string for AMOS

---
 lang/en/pdfannotator.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php
index 44b13d9..42ce9d7 100644
--- a/lang/en/pdfannotator.php
+++ b/lang/en/pdfannotator.php
@@ -154,11 +154,7 @@ $string['fullscreenBack'] = 'Exit Fullscreen';
 $string['global_setting_anonymous'] = 'Allow anonymous posting?';
 $string['global_setting_anonymous_desc'] = 'With this option you allow your user to post comments anonymously. This option activates anonymous posting globally';
 $string['global_setting_attobuttons'] = 'Atto editor toolbar config';
-$string['global_setting_attobuttons_desc'] = 'The list of plugins and the order they are displayed can be configured here.'
-        . ' The configuration consists of groups (one per line) followed by the ordered list of plugins for that group. '
-        . 'The group is separated from the plugins with an equals sign and the plugins are separated with commas. '
-        . 'The group names must be unique and should indicate what the buttons have in common. '
-        . 'Button and group names should not be repeated and may only contain alphanumeric characters.';
+$string['global_setting_attobuttons_desc'] = 'The list of plugins and the order they are displayed can be configured here. The configuration consists of groups (one per line) followed by the ordered list of plugins for that group. The group is separated from the plugins with an equals sign and the plugins are separated with commas. The group names must be unique and should indicate what the buttons have in common. Button and group names should not be repeated and may only contain alphanumeric characters.';
 $string['global_setting_latexapisetting'] = 'LaTeX to PNG API';
 $string['global_setting_latexapisetting_desc'] = 'API for converting Latex to PNG for PDF Downloads.<br>
         Note: If you use the Google Chart API, Google will get all formulas in the document if someone chooses to use LaTeX<br>
-- 
GitLab