MDL-73075 lang: move deprecated strings to correct component.

Fix deprecated version. See original change from f9e1c258 for context.
This commit is contained in:
Paul Holden 2022-01-24 18:13:08 +00:00
parent c352b70022
commit 99fa14185c
5 changed files with 13 additions and 13 deletions

View file

@ -42,7 +42,7 @@ $string['myprofile_settings'] = 'Visible user information';
$string['pluginname'] = 'Logged in user';
$string['privacy:metadata'] = 'The Logged in user block only shows information about the logged in user and does not store data itself.';
// Deprecated since Moodle 4.0.
// Deprecated since Moodle 3.11.
$string['display_icq'] = 'Display ICQ';
$string['display_skype'] = 'Display Skype';
$string['display_yahoo'] = 'Display Yahoo';

View file

@ -0,0 +1,5 @@
display_aim,block_myprofile
display_icq,block_myprofile
display_msn,block_myprofile
display_skype,block_myprofile
display_yahoo,block_myprofile