-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
See related issues where we never define the 'helplinktext' language string: MDL-81570, MDL-79237, MDL-79089, MDL-77874
It's shown here (Help > Help > Plugins in the editor):
It seems like half the time we append the word "helper" and half the time we use the original plugin name:
$ git grep -I helplinktext
|
lib/editor/tiny/amd/src/utils.js: const name = await getString('helplinktext', component);
|
lib/editor/tiny/plugins/accessibilitychecker/lang/en/tiny_accessibilitychecker.php:$string['helplinktext'] = 'Accessibility helper';
|
lib/editor/tiny/plugins/autosave/lang/en/tiny_autosave.php:$string['helplinktext'] = 'Autosave';
|
lib/editor/tiny/plugins/equation/lang/en/tiny_equation.php:$string['helplinktext'] = 'Equation helper';
|
lib/editor/tiny/plugins/h5p/lang/en/tiny_h5p.php:$string['helplinktext'] = 'H5P helper';
|
lib/editor/tiny/plugins/html/lang/en/tiny_html.php:$string['helplinktext'] = 'HTML format helper';
|
lib/editor/tiny/plugins/link/lang/en/tiny_link.php:$string['helplinktext'] = 'Link';
|
lib/editor/tiny/plugins/media/lang/en/tiny_media.php:$string['helplinktext'] = 'Media helper';
|
lib/editor/tiny/plugins/noautolink/lang/en/tiny_noautolink.php:$string['helplinktext'] = 'No auto-link helper';
|
lib/editor/tiny/plugins/recordrtc/lang/en/tiny_recordrtc.php:$string['helplinktext'] = 'RecordRTC';
|
I propose we re-use the 'pluginname' language string, that will always exist
- has been marked as being related by
-
MDL-81570 Tiny editor "Premium" plugin missing language string debugging
- Closed