Skip to content

Commit 09e331c

Browse files
author
Anisa
committed
fix lang string for AMOS
1 parent 72efc35 commit 09e331c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lang/en/pdfannotator.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,7 @@
154154
$string['global_setting_anonymous'] = 'Allow anonymous posting?';
155155
$string['global_setting_anonymous_desc'] = 'With this option you allow your user to post comments anonymously. This option activates anonymous posting globally';
156156
$string['global_setting_attobuttons'] = 'Atto editor toolbar config';
157-
$string['global_setting_attobuttons_desc'] = 'The list of plugins and the order they are displayed can be configured here.'
158-
. ' The configuration consists of groups (one per line) followed by the ordered list of plugins for that group. '
159-
. 'The group is separated from the plugins with an equals sign and the plugins are separated with commas. '
160-
. 'The group names must be unique and should indicate what the buttons have in common. '
161-
. 'Button and group names should not be repeated and may only contain alphanumeric characters.';
157+
$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.';
162158
$string['global_setting_latexapisetting'] = 'LaTeX to PNG API';
163159
$string['global_setting_latexapisetting_desc'] = 'API for converting Latex to PNG for PDF Downloads.<br>
164160
Note: If you use the Google Chart API, Google will get all formulas in the document if someone chooses to use LaTeX<br>

0 commit comments

Comments
 (0)