Skip to content

Commit 707c641

Browse files
committed
Deprecate rich text editor settings strings
1 parent c294a3a commit 707c641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,6 @@
648648
$string['core.settings.enableanalyticsdescription'] = 'If enabled, the app will collect anonymous data usage.';
649649
$string['core.settings.enabledownloadsection'] = 'Enable download sections';
650650
$string['core.settings.enablepinchtozoom'] = 'Enable pinch-to-zoom';
651-
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
652-
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
653651
$string['core.settings.encryptedpushsupported'] = 'Encrypted push notifications supported';
654652
$string['core.settings.entriesincache'] = '{{$a}} entries in cache';
655653
$string['core.settings.estimatedfreespace'] = 'Estimated free space';
@@ -857,4 +855,6 @@
857855
$string['core.courses.enrolme'] = 'Enrol me';
858856
$string['core.fileuploader.audio'] = 'Audio';
859857
$string['core.networkerroriframemsg'] = 'This content is not available offline. Please connect to the internet and try again.';
858+
$string['core.settings.enablerichtexteditor'] = 'Enable text editor';
859+
$string['core.settings.enablerichtexteditordescription'] = 'If enabled, a text editor will be available when entering content.';
860860
$string['core.uhoh'] = 'Uh oh!';

0 commit comments

Comments
 (0)